Răsfoiți Sursa

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 ani în urmă
părinte
comite
467c386e97
1 a modificat fișierele cu 13 adăugiri și 1 ștergeri
  1. 13 1
      .gitignore

+ 13 - 1
.gitignore

@@ -32,4 +32,16 @@ CMakeCache.txt
 CMakeFiles
 Makefile
 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