From 467c386e971b43b3f793acd3c0d8d98404f225a4 Mon Sep 17 00:00:00 2001 From: Jesse Talavera-Greenberg Date: Mon, 20 Jul 2015 20:25:39 -0400 Subject: [PATCH] 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 --- .gitignore | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) 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