We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a01aff7 + b93d2b0 commit 56df371Copy full SHA for 56df371
1 file changed
KiCad.gitignore
@@ -8,10 +8,13 @@
8
*.kicad_pcb-bak
9
*.kicad_sch-bak
10
*-backups
11
-*.kicad_prl
12
-*.sch-bak
+*-cache*
+*-bak
13
+*-bak*
14
*~
15
+~*
16
_autosave-*
17
+\#auto_saved_files\#
18
*.tmp
19
*-save.pro
20
*-save.kicad_pcb
@@ -33,4 +36,5 @@ fp-info-cache
33
36
# Archived Backups (KiCad 6.0)
34
37
**/*-backups/*.zip
35
38
-\#auto_saved_files\#
39
+# Local project settings
40
+*.kicad_prl
0 commit comments