1
0
mirror of https://github.com/github/gitignore synced 2024-11-22 03:34:23 +01:00

Ignore elf and hex in C.gitignore

This commit is contained in:
= 2013-10-07 20:16:11 +00:00
parent 66f5b6f343
commit 502cb31439

View File

@ -2,6 +2,7 @@
*.o
*.ko
*.obj
*.elf
# Libraries
*.lib
@ -17,3 +18,4 @@
*.exe
*.out
*.app
*.hex