소스 검색

Merge pull request #366 from yang-le/master

add *.o to .gitignore
Lee Thomason 11 년 전
부모
커밋
d101a9b1a6
1개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  1. 2 1
      .gitignore

+ 2 - 1
.gitignore

@@ -10,4 +10,5 @@ tinyxml2/tinyxml2-cbp/obj/
 *.opensdf
 *.user
 *.depend
-*.layout
+*.layout
+*.o