Merge pull request #802 from lukemetz/master

Ignore elf and hex files in C.gitignore
This commit is contained in:
Carl Suster 2013-11-07 21:28:17 -08:00
commit f8ac87bd8f
1 changed files with 2 additions and 0 deletions

View File

@ -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