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