Update gitignore for CMake and Visual Studio
authorAndrew Schwartzmeyer <andrew@schwartzmeyer.com>
Wed, 26 Jul 2017 18:34:52 +0000 (11:34 -0700)
committerAndrew Schwartzmeyer <andrew@schwartzmeyer.com>
Wed, 26 Jul 2017 18:34:52 +0000 (11:34 -0700)
.gitignore

index cf890f6..0b99cca 100644 (file)
@@ -2,3 +2,10 @@ autom4te.cache
 glog-*.tar.gz
 packages/rpm-unknown
 packages/debian-*
+CMakeCache.txt
+CMakeFiles/
+*.cmake
+config.h
+*.sln
+*.vcxproj
+*.filters
\ No newline at end of file