We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bc72070 commit baefec7Copy full SHA for baefec7
1 file changed
.gitignore
@@ -34,3 +34,14 @@ CTestTestFile.cmake
34
cmake_install.cmake
35
pkg-config/jsoncpp.pc
36
jsoncpp_lib_static.dir/
37
+
38
+# In case someone runs cmake in the root-dir:
39
+/CMakeCache.txt
40
+/Makefile
41
+/include/Makefile
42
+/src/Makefile
43
+/src/jsontestrunner/Makefile
44
+/src/jsontestrunner/jsontestrunner_exe
45
+/src/lib_json/Makefile
46
+/src/test_lib_json/Makefile
47
+/src/test_lib_json/jsoncpp_test
0 commit comments