1
0
mirror of https://github.com/github/gitignore synced 2024-12-02 16:35:44 +01:00

added *.d (dependency files) and *.elf, *.bin & *.hex

This commit is contained in:
ClemensFMN 2013-01-17 15:03:52 +01:00
parent f31b319dca
commit 862fc0d47f

View File

@ -1,6 +1,9 @@
# Object files
*.o
#Dependency files
*.d
# Libraries
*.lib
*.a
@ -15,3 +18,6 @@
*.exe
*.out
*.app
*.elf
*.bin
*.hex