Browse Source

Merge pull request #802 from lukemetz/master

Ignore elf and hex files in C.gitignore
Carl Suster 11 years ago
parent
commit
f8ac87bd8f
1 changed files with 2 additions and 0 deletions
  1. 2 0
      C.gitignore

+ 2 - 0
C.gitignore

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