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