mirror of
https://github.com/github/gitignore
synced 2024-11-25 13:14:21 +01:00
Ignore elf and hex in C.gitignore
This commit is contained in:
parent
66f5b6f343
commit
502cb31439
@ -2,6 +2,7 @@
|
|||||||
*.o
|
*.o
|
||||||
*.ko
|
*.ko
|
||||||
*.obj
|
*.obj
|
||||||
|
*.elf
|
||||||
|
|
||||||
# Libraries
|
# Libraries
|
||||||
*.lib
|
*.lib
|
||||||
@ -17,3 +18,4 @@
|
|||||||
*.exe
|
*.exe
|
||||||
*.out
|
*.out
|
||||||
*.app
|
*.app
|
||||||
|
*.hex
|
||||||
|
Loading…
Reference in New Issue
Block a user