aboutsummaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorNathan Perry <np@nathanperry.dev>2024-03-13 15:11:11 -0400
committerNathan Perry <np@nathanperry.dev>2024-03-13 15:11:11 -0400
commit327fded67824564aecb8bb5370a571086a00c26e (patch)
tree290b0d8713bc37cfbb6a57ff6a95b006fb705d3c /.gitignore
init
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore29
1 files changed, 29 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..faa118e
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,29 @@
+*-backups/
+*.lck
+fp-info-cache
+_autosave-*
+*.kicad_prl
+*.*-bak
+*.bak
+*.backups
+*.net
+*.dsn
+*.ses
+*.xml
+*.csv
+*.000
+*.tmp
+*-save.pro
+*-save.kicad_pcb
+\#auto-saved-files\#
+\#auto_saved_files\#
+sym-lib-table
+*.gbr
+*.gbrjob
+*.drl
+*/fab_out/*
+!*/fab_out/*.FlatPrj
+__pycache__/
+*.pyc
+/fab/
+/fab_out/ \ No newline at end of file