.gitignore: Ignore *.tds files (generated by bcc)
[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.rbj
37 /cord/tests/de_win.res
38 /cords
39 /cordtest
40 /core
41 /de
42 /disclaim_bench
43 /disclaim_test
44 /dont_ar_1
45 /dont_ar_3
46 /dont_ar_4
47 /gc-*
48 /gc.a
49 /gc.log
50 /gcname
51 /gctest
52 /gctest_dyn_link
53 /gctest_irix_dyn_link
54 /hugetest
55 /if_mach
56 /if_not_there
57 /initsecondarythread_test
58 /leaktest
59 /libalphagc.so
60 /libgc.so
61 /libirixgc.so
62 /liblinuxgc.so
63 /libtool
64 /middletest
65 /realloc_test
66 /setjmp_test
67 /smashtest
68 /staticrootstest
69 /subthreadcreate_test
70 /sunos5gc.so
71 /test-suite.log
72 /test_atomic_ops
73 /test_atomic_ops.log
74 /test_atomic_ops.trs
75 /test_cpp
76 /test_cpp.cpp
77 /test_cpp.log
78 /test_cpp.trs
79 /threadkey_test
80 /threadleaktest
81 /threadlibs
82 /tracetest
83
84 # Config, dependency and stamp files generated by configure:
85 .deps/
86 /include/config.h
87 config.h.in~
88 stamp-h1
89
90 # External library (without trailing slash to allow symlinks):
91 /libatomic_ops*
92 /pthreads-w32*
93
94 # These files are generated by autoreconf:
95 /Makefile.in
96 /aclocal.m4
97 /autom4te.cache/
98 /compile
99 /config.guess
100 /config.sub
101 /configure
102 /depcomp
103 /include/config.h.in
104 /install-sh
105 /ltmain.sh
106 /m4/libtool.m4
107 /m4/ltoptions.m4
108 /m4/ltsugar.m4
109 /m4/ltversion.m4
110 /m4/lt~obsolete.m4
111 /missing
112 /mkinstalldirs
113 /test-driver
114
115 # These files are generated by CMake:
116 *.tlog
117 /*.vcxproj
118 /*.vcxproj.filters
119 /CMakeCache.txt
120 /CMakeFiles/
121 /CTestTestfile.cmake
122 /DartConfiguration.tcl
123 /Testing/Temporary/
124 /cmake_install.cmake
125 /gc.sln
126 /libgc*-dll.so
127 /libgc*-lib.a
128 /tests/*.vcxproj
129 /tests/*.vcxproj.filters
130 /tests/*test
131 /tests/CMakeFiles/
132 /tests/CTestTestfile.cmake
133 /tests/Makefile
134 /tests/cmake_install.cmake
135 /tests/test_cpp
136
137 # Rarely generated files (mostly by some Win/DOS compilers):
138 /*.copied.c
139 /*.csm
140 /*.err
141 /*.i
142 /*.lb1
143 /*.lnk
144 /*.map
145 /*.out
146 /*.rbj
147 /*.res
148 /*.stackdump
149 /*.sym
150 /*.tmp
151 *.bsc
152 *.dll.manifest
153 *.exp
154 *.idb
155 *.ilk
156 *.pdb
157 *.sbr
158 *.tds
159
160 # Stuff from VS build system and IDE
161 *.vcproj.*.user
162
163 # Code analysis tools:
164 *.c.gcov
165 *.cc.gcov
166 *.h.gcov
167 *.sancov
168 /.sv*-dir
169 /cov-int
170 /coverage.info
171 /pvs-project.log
172 /pvs-project.tasks
173 /strace_out