feat: added more ignore files
This commit is contained in:
parent
7960283a6b
commit
281c424b5a
18
.gitignore
vendored
18
.gitignore
vendored
@ -1,5 +1,5 @@
|
||||
# Ignore list for KiCAD Projects# Temporary files
|
||||
|
||||
# Ignore list for KiCAD Projects
|
||||
# Temporary files
|
||||
*.000
|
||||
*.bak
|
||||
*.bck
|
||||
@ -14,14 +14,24 @@ fp-info-cache# Netlist files (exported from Eeschema)
|
||||
*-backups
|
||||
fp-info-cache
|
||||
|
||||
#Ignore Gerbers Directories
|
||||
# KiCad lock files
|
||||
*.kicad*.lck
|
||||
|
||||
# Backups
|
||||
*/**-backups/**.*
|
||||
|
||||
# Autosaves
|
||||
**autosave**
|
||||
**auto_save**
|
||||
|
||||
# Ignore Gerbers Directories
|
||||
Gerbers
|
||||
|
||||
# Autorouter files (exported from Pcbnew)
|
||||
*.dsn
|
||||
*.ses
|
||||
|
||||
#Ignore LibreOffice temp files
|
||||
# Ignore LibreOffice temp files
|
||||
.~lock*
|
||||
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user