From 9f121e549332f742d85670c66c930de1831404e7 Mon Sep 17 00:00:00 2001 From: Andrew Schwartzmeyer Date: Wed, 26 Jul 2017 11:34:52 -0700 Subject: [PATCH] Update gitignore for CMake and Visual Studio --- .gitignore | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.gitignore b/.gitignore index cf890f6..0b99cca 100644 --- a/.gitignore +++ b/.gitignore @@ -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 -- 2.7.4