From 35d8005b72543fba157c2e16da4abb21be7c747c Mon Sep 17 00:00:00 2001 From: Stephen Just Date: Sun, 24 Nov 2019 16:40:54 -0800 Subject: [PATCH] Add common CMake and Visual Studio project files to gitignore --- .gitignore | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/.gitignore b/.gitignore index a40a36d69..f7768d7b5 100644 --- a/.gitignore +++ b/.gitignore @@ -18,3 +18,14 @@ pip-selfcheck.json /build /dist *.eggs + +# CMake +CMakeFiles/ +CMakeCache.txt +cmake_install.cmake +CTestTestFile.cmake + +# Visual Studio build files +*.vcxproj +*.vcxproj.filters +*.sln