File tree 1 file changed +6
-19
lines changed
1 file changed +6
-19
lines changed Original file line number Diff line number Diff line change 35
35
/tools /json2json
36
36
/tools /jsonstats
37
37
/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
57
38
58
39
# C++ ignore from https://github.com/github/gitignore/blob/master/C%2B%2B.gitignore
59
40
@@ -105,3 +86,9 @@ compile_commands.json
105
86
CTestTestfile.cmake
106
87
_deps
107
88
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
+
You can’t perform that action at this time.
0 commit comments