Skip to content

Commit a4bd871

Browse files
saka1lemire
authored andcommitted
Remove duplicate lines in .gitignore (simdjson#300)
1 parent 9f26355 commit a4bd871

File tree

1 file changed

+6
-19
lines changed

1 file changed

+6
-19
lines changed

.gitignore

Lines changed: 6 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -35,25 +35,6 @@
3535
/tools/json2json
3636
/tools/jsonstats
3737
/tools/minify
38-
# CMake ignore from https://github.com/github/gitignore/blob/master/CMake.gitignore
39-
40-
CMakeLists.txt.user
41-
CMakeCache.txt
42-
CMakeFiles
43-
CMakeScripts
44-
Testing
45-
Makefile
46-
cmake_install.cmake
47-
install_manifest.txt
48-
compile_commands.json
49-
CTestTestfile.cmake
50-
_deps
51-
52-
# CMake files that may be specific to our installation
53-
/CPackConfig.cmake
54-
/CPackSourceConfig.cmake
55-
# We check in a custom version of root Makefile that is not generated by CMake
56-
!/Makefile
5738

5839
# C++ ignore from https://github.com/github/gitignore/blob/master/C%2B%2B.gitignore
5940

@@ -105,3 +86,9 @@ compile_commands.json
10586
CTestTestfile.cmake
10687
_deps
10788

89+
# CMake files that may be specific to our installation
90+
/CPackConfig.cmake
91+
/CPackSourceConfig.cmake
92+
# We check in a custom version of root Makefile that is not generated by CMake
93+
!/Makefile
94+

0 commit comments

Comments
 (0)