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:
parent
f31b319dca
commit
862fc0d47f
@ -1,6 +1,9 @@
|
|||||||
# Object files
|
# Object files
|
||||||
*.o
|
*.o
|
||||||
|
|
||||||
|
#Dependency files
|
||||||
|
*.d
|
||||||
|
|
||||||
# Libraries
|
# Libraries
|
||||||
*.lib
|
*.lib
|
||||||
*.a
|
*.a
|
||||||
@ -15,3 +18,6 @@
|
|||||||
*.exe
|
*.exe
|
||||||
*.out
|
*.out
|
||||||
*.app
|
*.app
|
||||||
|
*.elf
|
||||||
|
*.bin
|
||||||
|
*.hex
|
Loading…
Reference in New Issue
Block a user