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
|
*.png
|
||||||
*.log
|
*.log
|
||||||
*.elf
|
*.elf
|
||||||
|
*.zip
|
||||||
*.d
|
*.d
|
||||||
*.ihex
|
*.ihex
|
||||||
*.pyc
|
*.pyc
|
||||||
|
|
Loading…
Reference in a new issue