diff options
author | xengineering <me@xengineering.eu> | 2024-12-18 20:34:31 +0100 |
---|---|---|
committer | xengineering <me@xengineering.eu> | 2025-01-06 20:40:50 +0100 |
commit | bf2e20f1cf4755d9c21c500770bdbf4b9d80bc73 (patch) | |
tree | b3e837c97cc843164b7a29d04ea69c6eeef590a4 | |
parent | ed0b5ceef09160a6f813037eb9ab8141a44cb888 (diff) | |
download | soundbox-bf2e20f1cf4755d9c21c500770bdbf4b9d80bc73.tar soundbox-bf2e20f1cf4755d9c21c500770bdbf4b9d80bc73.tar.zst soundbox-bf2e20f1cf4755d9c21c500770bdbf4b9d80bc73.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 |