Remove a note in README.macros that work in progress
[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 /*.a
18 /*_bench.log
19 /*_bench.trs
20 /*test.log
21 /*test.trs
22 /.libs/
23 /Makefile
24 /add_gc_prefix
25 /base_lib
26 /bdw-gc.pc
27 /c++
28 /config.cache
29 /config.log
30 /config.status
31 /cord/cordtest
32 /cord/de
33 /cord/de_win.rbj
34 /cord/de_win.res
35 /cord/tests/de_win.rbj
36 /cord/tests/de_win.res
37 /cords
38 /cordtest
39 /core
40 /de
41 /de.dir/
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.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 /libcord.so
61 /libgc.so
62 /libgccpp.so
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 /tests/*.vcxproj
132 /tests/*.vcxproj.filters
133 /tests/*test
134 /tests/CMakeFiles/
135 /tests/Makefile
136 /tests/test_cpp
137 CTestTestfile.cmake
138 cmake_install.cmake
139
140 # Rarely generated files (mostly by some Win/DOS compilers):
141 /*.copied.c
142 /*.csm
143 /*.err
144 /*.i
145 /*.lb1
146 /*.lnk
147 /*.map
148 /*.out
149 /*.rbj
150 /*.res
151 /*.stackdump
152 /*.sym
153 /*.tmp
154 *.bsc
155 *.dll.manifest
156 *.exp
157 *.idb
158 *.ilk
159 *.pdb
160 *.sbr
161 *.tds
162 gc.def
163
164 # Stuff from VS build system and IDE
165 *.vcproj.*.user
166 .vs/
167
168 # Code analysis tools:
169 *.c.gcov
170 *.cc.gcov
171 *.h.gcov
172 *.sancov
173 /.sv*-dir
174 /cov-int
175 /coverage.info
176 /pvs-project.log
177 /pvs-project.tasks
178 /strace_out