Last active
May 16, 2025 21:44
-
-
Save hattesen/4bf6637af4e6dfd5c9a9e2d3bb1a2fb2 to your computer and use it in GitHub Desktop.
KiCAD 7 .gitignore files
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
## KiCad 7 - https://www.kicad.org/ | |
## KiCad temporary files | |
# eg: ~PROJECT.kicad_sch.lck | |
~*.kicad_???.lck | |
# eg: .~lock.PROJECT.csv# | |
.~lock.*# | |
\#auto_saved_files# | |
fp-info-cache | |
## KiCad backup directories and files | |
# eg: PROJECT-backups/ (contains PROJECT-YYYY-MM-DD_hhmmss.zip files) | |
*-backups/ | |
# eg: PROJECT.kicad_sch-bak PROJECT.kicad_pcb-bak | |
*.kicad_???-bak | |
# eg: PROJECT.kicad_sch.bak SYMBOL-LIB.kicad_sym.bak | |
*.bak | |
## KiCad local settings | |
# eg: PROJECT.kicad_prl | |
*.kicad_prl |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
## Additional .gitignore for KiCAD-generated files | |
# KiCad fabrication outputs | |
*.drl | |
*.g2 | |
*.g3 | |
*.gbl | |
*.gbo | |
*.gbp | |
*.gbr | |
*.gbs | |
*.gm1 | |
*.gtl | |
*.gto | |
*.gtp | |
*.gts | |
*.pos | |
*.rpt | |
# other KiCad generated files | |
*.csv | |
*.html | |
*.net | |
*.svg | |
*.xml | |
*.cmp | |
*.dxf | |
*.ps | |
*.plt |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment