소스 검색

Merge pull request #802 from lukemetz/master

Ignore elf and hex files in C.gitignore
Carl Suster 11 년 전
부모
커밋
f8ac87bd8f
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  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