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