Correcting gitignore

This commit is contained in:
Adrien Bourmault 2019-01-16 09:10:19 +01:00
parent 1d9d02196c
commit 04085ee0da
2 changed files with 3 additions and 2 deletions

5
.gitignore vendored
View File

@ -11,12 +11,11 @@ test-*.c
*.elf
*.S
# Linker output
*.ilk
*.map
*.exp
*.bin
*.img
# Precompiled Headers
*.gch
@ -41,6 +40,8 @@ test-*.c
*.i*86
*.x86_64
*.hex
*.bin
*.img
# Debug files
*.dSYM/

Binary file not shown.