diff options
| author | xengineering <me@xengineering.eu> | 2024-12-18 20:34:31 +0100 |
|---|---|---|
| committer | xengineering <me@xengineering.eu> | 2024-12-18 20:35:17 +0100 |
| commit | 71e3d5b2880aaf91b5d56fe287620e1bf5c98387 (patch) | |
| tree | 4586ea181cdf3df83683e51de2e8aea3312fe0eb | |
| parent | 662adf1c3c806ef6e77afce778eb675c0d8bee86 (diff) | |
| download | soundbox-71e3d5b2880aaf91b5d56fe287620e1bf5c98387.tar soundbox-71e3d5b2880aaf91b5d56fe287620e1bf5c98387.tar.zst soundbox-71e3d5b2880aaf91b5d56fe287620e1bf5c98387.zip | |
pcb: gitignore: Add fp-info-cache
This cache file is created by KiCad and should never be committed
accidentally.
| -rw-r--r-- | pcb/.gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/pcb/.gitignore b/pcb/.gitignore new file mode 100644 index 0000000..27075ef --- /dev/null +++ b/pcb/.gitignore @@ -0,0 +1 @@ +fp-info-cache |
