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