.gitignore additions: .dfu in /firmware, .pdf and .svg in /hardware

This commit is contained in:
Michael Ossmann
2013-03-07 14:56:32 -07:00
parent 2039b23e20
commit 0c342f9cea
2 changed files with 3 additions and 0 deletions

1
firmware/.gitignore vendored
View File

@ -6,3 +6,4 @@
*.map *.map
*.o *.o
*.srec *.srec
*.dfu

2
hardware/.gitignore vendored
View File

@ -19,3 +19,5 @@ $savepcb.*
# other kicad generated files # other kicad generated files
*.csv *.csv
*.svg
*.pdf