Added binary files to gitignore

This commit is contained in:
Eric-Paul Ickhorn 2023-04-25 17:22:00 +02:00
parent 9af34bc8c7
commit 85c06cec8c
1 changed files with 25 additions and 0 deletions

25
stage_1/.gitignore vendored Normal file
View File

@ -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