commit | baefec773c8b22532c13df1d521b6654323d3b99 | [log] [tgz] |
---|---|---|
author | Christopher Dunn <cdunn2001@gmail.com> | Sat Nov 14 16:24:45 2015 -0600 |
committer | Christopher Dunn <cdunn2001@gmail.com> | Sat Feb 06 08:29:12 2016 -0600 |
tree | 2c7505b9112dd7d4fb2eb25c018623a2ac8738bc | |
parent | bc72070f43c78a33e89688d6240ea53cc071c478 [diff] |
In case cmake is run in root-dir
diff --git a/.gitignore b/.gitignore index ef226a8..39d90c2 100644 --- a/.gitignore +++ b/.gitignore
@@ -34,3 +34,14 @@ cmake_install.cmake pkg-config/jsoncpp.pc jsoncpp_lib_static.dir/ + +# In case someone runs cmake in the root-dir: +/CMakeCache.txt +/Makefile +/include/Makefile +/src/Makefile +/src/jsontestrunner/Makefile +/src/jsontestrunner/jsontestrunner_exe +/src/lib_json/Makefile +/src/test_lib_json/Makefile +/src/test_lib_json/jsoncpp_test