diff --git a/.gitignore b/.gitignore index dc30457a..b726899f 100644 --- a/.gitignore +++ b/.gitignore @@ -32,4 +32,16 @@ CMakeCache.txt CMakeFiles Makefile cmake_install.cmake -install_manifest.txt \ No newline at end of file +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