Pārlūkot izejas kodu

Merge pull request #359 from JesseTG/jtg/more-gitignore

Improve the .gitignore #359
Christophe R. 10 gadi atpakaļ
vecāks
revīzija
e07a6d15c4
1 mainītis faili ar 13 papildinājumiem un 1 dzēšanām
  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