소스 검색

updated .gitignore

karroffel 7 년 전
부모
커밋
1a2afca8af
1개의 변경된 파일2개의 추가작업 그리고 6개의 파일을 삭제
  1. 2 6
      .gitignore

+ 2 - 6
.gitignore

@@ -1,10 +1,6 @@
 # Generated bindings
-src/*.cpp
-src/gen
-src/*.hpp
-include/*.hpp
-include/gen
-*.json
+src/gen/*.cpp
+include/gen/*.hpp
 
 # Misc
 logs/*