From 021cd6a86a8fc67d06d2aeefac30a2b071e3554a Mon Sep 17 00:00:00 2001 From: Ivan Maidanski Date: Tue, 20 Dec 2016 00:33:08 +0300 Subject: [PATCH] .gitignore: Add even more files generated by CMake (including .tlog) (Cherry-pick commits f4047f9, 75cce7c from 'master' branch.) --- .gitignore | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) 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 -- 2.40.0