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