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 *.elf
*.S *.S
# Linker output # Linker output
*.ilk *.ilk
*.map *.map
*.exp *.exp
*.bin
*.img
# Precompiled Headers # Precompiled Headers
*.gch *.gch
@ -41,6 +40,8 @@ test-*.c
*.i*86 *.i*86
*.x86_64 *.x86_64
*.hex *.hex
*.bin
*.img
# Debug files # Debug files
*.dSYM/ *.dSYM/

Binary file not shown.