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