From: Ivan Maidanski Date: Tue, 31 Jan 2017 18:25:59 +0000 (+0300) Subject: .gitignore: Ignore all *.gc.log and *.tlog (generated by CMake) X-Git-Tag: v8.0.0~939 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=75cce7c37faabe9b6aadf44d7ff1daed52e405f4;p=gc .gitignore: Ignore all *.gc.log and *.tlog (generated by CMake) (fix commit f4047f9) --- diff --git a/.gitignore b/.gitignore index c827daaa..28a23428 100644 --- a/.gitignore +++ b/.gitignore @@ -12,8 +12,8 @@ *.o *.obj +*.gc.log .dirstamp -/*.gc.log /*_bench.log /*_bench.trs /*test.log @@ -95,6 +95,7 @@ stamp-h1 /test-driver # These files are generated by CMake: +*.tlog /*.vcxproj /*.vcxproj.filters /CMakeCache.txt