소스 검색

Improve the .gitignore

- More crap ignored
- Some of it may be specific to me
- I can't be the only one out there who uses Qt Creator
Jesse Talavera-Greenberg 10 년 전
부모
커밋
467c386e97
1개의 변경된 파일13개의 추가작업 그리고 1개의 파일을 삭제
  1. 13 1
      .gitignore

+ 13 - 1
.gitignore

@@ -32,4 +32,16 @@ CMakeCache.txt
 CMakeFiles
 CMakeFiles
 Makefile
 Makefile
 cmake_install.cmake
 cmake_install.cmake
-install_manifest.txt
+install_manifest.txt
+*.cmake
+# ^ May need to add future .cmake files as exceptions
+
+# Test logs
+Testing/*
+
+# Test input
+test/gtc/*.dds
+
+# Project Files
+*.cbp
+*.user