.gitignore: Add gc.log
[platform/upstream/libgc.git] / .gitignore
1 # Ignored files in bdwgc Git repo.
2
3 # Binary files (in root dir, cord, src, tests):
4 *.dll
5 *.exe
6 *.gcda
7 *.gcno
8 *.la
9 *.lib
10 *.lo
11 *.o
12 *.obj
13
14 /*.gc.log
15 /.deps/
16 /.libs/
17 /Makefile
18 /add_gc_prefix
19 /base_lib
20 /bdw-gc.pc
21 /c++
22 /config.cache
23 /config.log
24 /config.status
25 /cord/cordtest
26 /cord/de
27 /cord/de_win.rbj
28 /cord/de_win.res
29 /cord/tests/de_win.res
30 /cordtest
31 /core
32 /de
33 /disclaim_bench
34 /disclaim_test
35 /gc-*
36 /gc.a
37 /gc.log
38 /gcname
39 /gctest
40 /hugetest
41 /if_mach
42 /if_not_there
43 /initsecondarythread
44 /leaktest
45 /libtool
46 /middletest
47 /realloc_test
48 /setjmp_test
49 /smashtest
50 /staticrootstest
51 /subthread_create
52 /test_cpp
53 /threadkey_test
54 /threadleaktest
55 /threadlibs
56 /tracetest
57
58 /include/private/config.h
59 /include/private/config.h.in~
60 /include/private/stamp-h1
61
62 # External library (without trailing slash to allow symlinks):
63 /libatomic_ops*
64
65 # These files are generated by autoreconf:
66 /Makefile.in
67 /aclocal.m4
68 /autom4te.cache/
69 /compile
70 /config.guess
71 /config.sub
72 /configure
73 /depcomp
74 /include/private/config.h.in
75 /install-sh
76 /ltmain.sh
77 /m4/libtool.m4
78 /m4/ltoptions.m4
79 /m4/ltsugar.m4
80 /m4/ltversion.m4
81 /m4/lt~obsolete.m4
82 /missing
83 /mkinstalldirs
84
85 # These files are generated by CMake:
86 /*.vcxproj
87 /*.vcxproj.filters
88 /CMakeCache.txt
89 /CMakeFiles/
90 /cmake_install.cmake
91 /gc.sln
92 /tests/*.vcxproj
93 /tests/*.vcxproj.filters
94 /tests/CMakeFiles/
95 /tests/Makefile
96 /tests/cmake_install.cmake
97
98 # Rarely generated files (mostly by some Win/DOS compilers):
99 /*.bsc
100 /*.csm
101 /*.err
102 /*.exp
103 /*.lb1
104 /*.lnk
105 /*.map
106 /*.out
107 /*.pdb
108 /*.rbj
109 /*.res
110 /*.sbr
111 /*.stackdump
112 /*.sym
113 /*.tmp