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