From: Ivan Maidanski Date: Mon, 19 Dec 2016 21:33:08 +0000 (+0300) Subject: .gitignore: Add even more files generated by CMake (including .tlog) X-Git-Tag: v7.6.2~306 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=021cd6a86a8fc67d06d2aeefac30a2b071e3554a;p=gc .gitignore: Add even more files generated by CMake (including .tlog) (Cherry-pick commits f4047f9, 75cce7c from 'master' branch.) --- diff --git a/.gitignore b/.gitignore index df2f9766..ba6871fa 100644 --- a/.gitignore +++ b/.gitignore @@ -12,8 +12,8 @@ *.o *.obj +*.gc.log .dirstamp -/*.gc.log /*_bench.log /*_bench.trs /*test.log @@ -95,17 +95,26 @@ stamp-h1 /test-driver # These files are generated by CMake: +*.tlog /*.vcxproj /*.vcxproj.filters /CMakeCache.txt /CMakeFiles/ +/CTestTestfile.cmake +/DartConfiguration.tcl +/Testing/Temporary/ /cmake_install.cmake /gc.sln +/libgc*-dll.so +/libgc*-lib.a /tests/*.vcxproj /tests/*.vcxproj.filters +/tests/*test /tests/CMakeFiles/ +/tests/CTestTestfile.cmake /tests/Makefile /tests/cmake_install.cmake +/tests/test_cpp # Rarely generated files (mostly by some Win/DOS compilers): /*.copied.c