diff --git a/.gitignore b/.gitignore index 2fc2c383..117f41d9 100644 --- a/.gitignore +++ b/.gitignore @@ -35,25 +35,6 @@ /tools/json2json /tools/jsonstats /tools/minify -# CMake ignore from https://github.com/github/gitignore/blob/master/CMake.gitignore - -CMakeLists.txt.user -CMakeCache.txt -CMakeFiles -CMakeScripts -Testing -Makefile -cmake_install.cmake -install_manifest.txt -compile_commands.json -CTestTestfile.cmake -_deps - -# CMake files that may be specific to our installation -/CPackConfig.cmake -/CPackSourceConfig.cmake -# We check in a custom version of root Makefile that is not generated by CMake -!/Makefile # C++ ignore from https://github.com/github/gitignore/blob/master/C%2B%2B.gitignore @@ -105,3 +86,9 @@ compile_commands.json CTestTestfile.cmake _deps +# CMake files that may be specific to our installation +/CPackConfig.cmake +/CPackSourceConfig.cmake +# We check in a custom version of root Makefile that is not generated by CMake +!/Makefile +