.gitignore: Ignore gctest_* and lib*gc.so produced by Makefile.direct
[platform/upstream/libgc.git] / .gitignore
1 # Ignored files in bdwgc Git repo.
2
3 # Binary files (in root dir, cord, tests):
4 *.dll
5 *.exe
6 *.gcda
7 *.gch
8 *.gcno
9 *.la
10 *.lib
11 *.lo
12 *.o
13 *.obj
14
15 *.gc.log
16 .dirstamp
17 /*_bench.log
18 /*_bench.trs
19 /*test.log
20 /*test.trs
21 /.libs/
22 /Makefile
23 /add_gc_prefix
24 /base_lib
25 /bdw-gc.pc
26 /bsd-libgc.a
27 /bsd-libleak.a
28 /c++
29 /config.cache
30 /config.log
31 /config.status
32 /cord/cordtest
33 /cord/de
34 /cord/de_win.rbj
35 /cord/de_win.res
36 /cord/tests/de_win.res
37 /cordtest
38 /core
39 /de
40 /disclaim_bench
41 /disclaim_test
42 /gc-*
43 /gc.a
44 /gc.log
45 /gcname
46 /gctest
47 /gctest_dyn_link
48 /gctest_irix_dyn_link
49 /hugetest
50 /if_mach
51 /if_not_there
52 /initsecondarythread_test
53 /leaktest
54 /libalphagc.so
55 /libgc.so
56 /libirixgc.so
57 /liblinuxgc.so
58 /libtool
59 /middletest
60 /realloc_test
61 /setjmp_test
62 /smashtest
63 /staticrootstest
64 /subthreadcreate_test
65 /sunos5gc.so
66 /test-suite.log
67 /test_cpp
68 /test_cpp.log
69 /test_cpp.trs
70 /threadkey_test
71 /threadleaktest
72 /threadlibs
73 /tracetest
74
75 # Config, dependency and stamp files generated by configure:
76 .deps/
77 config.h
78 config.h.in~
79 stamp-h1
80
81 # External library (without trailing slash to allow symlinks):
82 /libatomic_ops*
83 /pthreads-w32*
84
85 # These files are generated by autoreconf:
86 /Makefile.in
87 /aclocal.m4
88 /autom4te.cache/
89 /compile
90 /config.guess
91 /config.sub
92 /configure
93 /depcomp
94 /include/config.h.in
95 /install-sh
96 /ltmain.sh
97 /m4/libtool.m4
98 /m4/ltoptions.m4
99 /m4/ltsugar.m4
100 /m4/ltversion.m4
101 /m4/lt~obsolete.m4
102 /missing
103 /mkinstalldirs
104 /test-driver
105
106 # These files are generated by CMake:
107 *.tlog
108 /*.vcxproj
109 /*.vcxproj.filters
110 /CMakeCache.txt
111 /CMakeFiles/
112 /CTestTestfile.cmake
113 /DartConfiguration.tcl
114 /Testing/Temporary/
115 /cmake_install.cmake
116 /gc.sln
117 /libgc*-dll.so
118 /libgc*-lib.a
119 /tests/*.vcxproj
120 /tests/*.vcxproj.filters
121 /tests/*test
122 /tests/CMakeFiles/
123 /tests/CTestTestfile.cmake
124 /tests/Makefile
125 /tests/cmake_install.cmake
126 /tests/test_cpp
127
128 # Rarely generated files (mostly by some Win/DOS compilers):
129 /*.copied.c
130 /*.csm
131 /*.err
132 /*.i
133 /*.lb1
134 /*.lnk
135 /*.map
136 /*.out
137 /*.rbj
138 /*.res
139 /*.stackdump
140 /*.sym
141 /*.tmp
142 *.bsc
143 *.dll.manifest
144 *.exp
145 *.idb
146 *.ilk
147 *.pdb
148 *.sbr
149
150 # Stuff from VS build system and IDE
151 *.vcproj.*.user
152
153 # Code analysis tools:
154 *.c.gcov
155 *.cc.gcov
156 *.h.gcov
157 *.sancov
158 /.sv*-dir
159 /cov-int
160 /coverage.info
161 /pvs-project.log
162 /pvs-project.tasks
163 /strace_out