From a4bd87119bbb55f195e52e82ccb32724fe4cf3c8 Mon Sep 17 00:00:00 2001 From: saka1 Date: Sun, 25 Aug 2019 22:34:13 +0900 Subject: [PATCH] Remove duplicate lines in .gitignore (#300) --- .gitignore | 25 ++++++------------------- 1 file changed, 6 insertions(+), 19 deletions(-) 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 +