Import from https://github.com/KenwoodFox/Project-Template
This commit is contained in:
51
.gitignore
vendored
Normal file
51
.gitignore
vendored
Normal file
@@ -0,0 +1,51 @@
|
||||
# Build artifacts
|
||||
version.h
|
||||
_build
|
||||
|
||||
# Binaries
|
||||
*.FCStd1
|
||||
*.stl
|
||||
*.pdf
|
||||
*.zip
|
||||
*.*~
|
||||
|
||||
# CAD Artifacts
|
||||
*.stl
|
||||
|
||||
# Doc artifacts
|
||||
_*/
|
||||
|
||||
# Temporary files
|
||||
*.000
|
||||
*.bak
|
||||
*.bck
|
||||
*.kicad_pcb-bak
|
||||
*.kicad_sch-bak
|
||||
*-backups
|
||||
*.kicad_prl
|
||||
*.sch-bak
|
||||
*~
|
||||
_autosave-*
|
||||
*.tmp
|
||||
*-save.pro
|
||||
*-save.kicad_pcb
|
||||
fp-info-cache
|
||||
*auto_saved_files#
|
||||
*.lck
|
||||
|
||||
# Netlist files (exported from Eeschema)
|
||||
*.net
|
||||
|
||||
# Autorouter files (exported from Pcbnew)
|
||||
*.dsn
|
||||
*.ses
|
||||
|
||||
# Exported BOM files
|
||||
*.xml
|
||||
*.csv
|
||||
|
||||
# Pio
|
||||
.pio
|
||||
|
||||
# dev artifacts
|
||||
.vscode
|
||||
Reference in New Issue
Block a user