소스 검색

Merge pull request #3 from rogerz/master

Ignore temporary files and force unix format in repository as in ART
Bernard Xiong 12 년 전
부모
커밋
3d0ca0d08f
2개의 변경된 파일13개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      .gitattributes
  2. 12 0
      .gitignore

+ 1 - 0
.gitattributes

@@ -0,0 +1 @@
+* text=auto

+ 12 - 0
.gitignore

@@ -0,0 +1,12 @@
+*.pyc
+*.map
+*.dblite
+*.elf
+*.bin
+*.hex
+*.axf
+*.exe
+*.pdb
+*.idb
+*.ilk
+build