diff options
| author | xengineering <me@xengineering.eu> | 2024-12-18 20:34:31 +0100 |
|---|---|---|
| committer | xengineering <me@xengineering.eu> | 2025-01-02 21:39:32 +0100 |
| commit | e35081327b6b6f4c54ef3f9ea1324642157d7db8 (patch) | |
| tree | 841569be40c4ed1b2d0c8b8d0c9ab96b6d5a271f /pcb | |
| parent | 4ae894b670520ab9a31c79dd2626e7070247c353 (diff) | |
| download | soundbox-e35081327b6b6f4c54ef3f9ea1324642157d7db8.tar soundbox-e35081327b6b6f4c54ef3f9ea1324642157d7db8.tar.zst soundbox-e35081327b6b6f4c54ef3f9ea1324642157d7db8.zip | |
pcb: gitignore: Add fp-info-cache
This cache file is created by KiCad and should never be committed
accidentally.
Diffstat (limited to 'pcb')
| -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 |
