Remove duplicate lines in .gitignore (#300)

This commit is contained in:
saka1 2019-08-25 22:34:13 +09:00 committed by Daniel Lemire
parent 9f26355fe0
commit a4bd87119b
1 changed files with 6 additions and 19 deletions

25
.gitignore vendored
View File

@ -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