]> source.dussan.org Git - gitignore.git/commitdiff
Ignore elf and hex in C.gitignore 802/head
author= <luke.metz@students.olin.edu>
Mon, 7 Oct 2013 20:16:11 +0000 (20:16 +0000)
committer= <luke.metz@students.olin.edu>
Fri, 8 Nov 2013 00:12:13 +0000 (00:12 +0000)
C.gitignore

index 13d11603ad8c6d0b3aaabded20cfc87e071b5af0..6a2f800af415d366efa5403be3206c8d580e1e6c 100644 (file)
@@ -2,6 +2,7 @@
 *.o
 *.ko
 *.obj
+*.elf
 
 # Libraries
 *.lib
@@ -17,3 +18,4 @@
 *.exe
 *.out
 *.app
+*.hex