aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartin d'Allens <martin.dallens@mobirider.com>2015-12-18 19:07:50 +0100
committerMartin d'Allens <martin.dallens@gmail.com>2016-03-06 17:21:06 +0100
commit17a0db246681594e4d6d47e3aa5e2c6b216f3471 (patch)
treee42fb77993b2410117e341e9fcd9d7a72a4a8f67
parentfed72cc405cd302ea85862232d68c73c5f11f414 (diff)
downloadgitignore-17a0db246681594e4d6d47e3aa5e2c6b216f3471.tar.gz
gitignore-17a0db246681594e4d6d47e3aa5e2c6b216f3471.zip
KiCAD: ignore more temp files and generated data
-rw-r--r--KiCad.gitignore10
1 files changed, 10 insertions, 0 deletions
diff --git a/KiCad.gitignore b/KiCad.gitignore
index 24cddf9b..1b3bb8d9 100644
--- a/KiCad.gitignore
+++ b/KiCad.gitignore
@@ -5,9 +5,19 @@
*.bak
*.bck
*.kicad_pcb-bak
+*~
+_autosave-*
+*.tmp
# Netlist files (exported from Eeschema)
*.net
# Autorouter files (exported from Pcbnew)
.dsn
+
+# Exported BOM files
+*.xml
+*.csv
+
+# Other system files
+.DS_Store