Merge pull request #15 from gustavo-alberto/chore/electronics/add-gitignore
chore(electronics): add .gitignore file
This commit is contained in:
commit
9cd267d074
1 changed files with 26 additions and 0 deletions
26
electronics/.gitignore
vendored
Normal file
26
electronics/.gitignore
vendored
Normal file
|
|
@ -0,0 +1,26 @@
|
||||||
|
# Temporary files
|
||||||
|
*.000
|
||||||
|
*.bak
|
||||||
|
*.bck
|
||||||
|
*.lck
|
||||||
|
*.kicad_pcb-bak
|
||||||
|
*.kicad_sch-bak
|
||||||
|
*.kicad_prl
|
||||||
|
*.sch-bak
|
||||||
|
*~
|
||||||
|
_autosave-*
|
||||||
|
*.tmp
|
||||||
|
*-save.pro
|
||||||
|
*-save.kicad_pcb
|
||||||
|
fp-info-cache
|
||||||
|
/build
|
||||||
|
|
||||||
|
# Netlist files (exported from Eeschema)
|
||||||
|
*.net
|
||||||
|
|
||||||
|
# Autorouter files (exported from Pcbnew)
|
||||||
|
*.dsn
|
||||||
|
*.ses
|
||||||
|
|
||||||
|
# Footprint association file (exported from Pcbnew)
|
||||||
|
*.cmp
|
||||||
Loading…
Add table
Add a link
Reference in a new issue