Skip to content

Commit baefec7

Browse files
committed
In case cmake is run in root-dir
1 parent bc72070 commit baefec7

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

.gitignore

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,3 +34,14 @@ CTestTestFile.cmake
3434
cmake_install.cmake
3535
pkg-config/jsoncpp.pc
3636
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

Comments
 (0)