Added binary files to gitignore
This commit is contained in:
parent
9af34bc8c7
commit
85c06cec8c
|
@ -0,0 +1,25 @@
|
|||
|
||||
# Machine Code
|
||||
*.exe
|
||||
*.dll
|
||||
|
||||
*.a
|
||||
*.bin
|
||||
*.elf
|
||||
*.hex
|
||||
*.o
|
||||
*.so
|
||||
|
||||
# Disk Images
|
||||
*.disk
|
||||
*.img
|
||||
*.iso
|
||||
|
||||
# Image Files (for whatever reason)
|
||||
*.bmp
|
||||
*.bpg
|
||||
*.gif
|
||||
*.jpg
|
||||
*.png
|
||||
*.webp
|
||||
|
Loading…
Reference in New Issue