Have Git ignore .zip files.

.zip files are are common build artifacts but never sources.
This commit is contained in:
Oliver Schmidt 2015-10-28 09:47:22 +01:00
parent 17714c2111
commit b4ed3d65d4
1 changed files with 1 additions and 0 deletions

1
.gitignore vendored
View File

@ -4,6 +4,7 @@
*.png *.png
*.log *.log
*.elf *.elf
*.zip
*.d *.d
*.ihex *.ihex
*.pyc *.pyc