summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore33
1 files changed, 28 insertions, 5 deletions
diff --git a/.gitignore b/.gitignore
index 827f0b3..ee1bc1e 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,12 +1,35 @@
-firmware/build/*
-firmware/Drivers/**
-.mxproject
-*.jdebug.user
-*.stl
*.000
*.bak
*.bck
*.kicad_pcb-bak
+*~
+_autosave-*
+*.tmp
+*-save.pro
+*-save.kicad_pcb
+fp-info-cache
+
+# Netlist files (exported from Eeschema)
+*.net
+
+# Autorouter files (exported from Pcbnew)
+*.dsn
+*.ses
+
+# Exported BOM files
+*.xml
+*.csv
+
+### KiCad Patch ###
+escue-backup/
+
+*.tsv
+bom/
+
+# Gerber export output
+out/
+
+# End of https://www.gitignore.io/api/kicad
*.net
.dsn