Have Git ignore .zip files.
.zip files are are common build artifacts but never sources.
This commit is contained in:
parent
17714c2111
commit
b4ed3d65d4
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -4,6 +4,7 @@
|
|||
*.png
|
||||
*.log
|
||||
*.elf
|
||||
*.zip
|
||||
*.d
|
||||
*.ihex
|
||||
*.pyc
|
||||
|
|
Loading…
Reference in a new issue