aboutsummaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorPaul Oliver <contact@pauloliver.dev>2025-07-17 03:04:52 +0200
committerPaul Oliver <contact@pauloliver.dev>2025-08-04 00:36:12 +0200
commit950cca331159b643ac6453aeadfbb64eccfa7661 (patch)
tree1fbe6528164ad3a3c529e0d34f419c3f88994eb2 /.gitignore
Initial
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore22
1 files changed, 22 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..2ebb92e
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,22 @@
+# Generic backup files
+*~
+.\#*
+\#*
+
+# KiCad backup files
+*.bak
+*.bck
+*.kicad_pcb-bak
+*.zip
+
+# KiCad generated files
+*-cache.lib
+*-rescue.lib
+*.erc
+*.net
+fp-info-cache
+fp-lib-table
+
+# Output files
+gerbers/*
+pos/*