Merge pull request #23 from gustavo-alberto/chore/electronics/gitignore
chore: add kicad backup folder and gerber files to gitignore
This commit is contained in:
commit
ad44a4eb55
1 changed files with 7 additions and 0 deletions
7
electronics/.gitignore
vendored
7
electronics/.gitignore
vendored
|
|
@ -24,3 +24,10 @@ fp-info-cache
|
||||||
|
|
||||||
# Footprint association file (exported from Pcbnew)
|
# Footprint association file (exported from Pcbnew)
|
||||||
*.cmp
|
*.cmp
|
||||||
|
|
||||||
|
# Kicad default backup folder
|
||||||
|
*-backups/
|
||||||
|
|
||||||
|
# Gerber files
|
||||||
|
*.g*
|
||||||
|
*.drl
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue