소스 검색

Git ignore

RevoluPowered 6 년 전
부모
커밋
5baff40edc
1개의 변경된 파일4개의 추가작업 그리고 0개의 파일을 삭제
  1. 4 0
      .gitignore

+ 4 - 0
.gitignore

@@ -3,6 +3,10 @@ build
 .project
 *.kdev4*
 
+# build artefacts
+*.o
+*.a
+
 # Visual Studio
 *.sln
 *.ncb