.gitignore: Ignore /out folder
[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 /libgc.so
62 /libirixgc.so
63 /liblinuxgc.so
64 /libtool
65 /middletest
66 /realloc_test
67 /setjmp_test
68 /smashtest
69 /staticrootstest
70 /subthreadcreate_test
71 /sunos5gc.so
72 /test-suite.log
73 /test_atomic_ops
74 /test_atomic_ops.log
75 /test_atomic_ops.trs
76 /test_cpp
77 /test_cpp.cpp
78 /test_cpp.log
79 /test_cpp.trs
80 /threadkey_test
81 /threadleaktest
82 /threadlibs
83 /tracetest
84
85 /out/
86
87 # Config, dependency and stamp files generated by configure:
88 .deps/
89 /include/config.h
90 config.h.in~
91 stamp-h1
92
93 # External library (without trailing slash to allow symlinks):
94 /libatomic_ops*
95 /pthreads-w32*
96
97 # These files are generated by autoreconf:
98 /Makefile.in
99 /aclocal.m4
100 /autom4te.cache/
101 /compile
102 /config.guess
103 /config.sub
104 /configure
105 /depcomp
106 /include/config.h.in
107 /install-sh
108 /ltmain.sh
109 /m4/libtool.m4
110 /m4/ltoptions.m4
111 /m4/ltsugar.m4
112 /m4/ltversion.m4
113 /m4/lt~obsolete.m4
114 /missing
115 /mkinstalldirs
116 /test-driver
117
118 # These files are generated by CMake:
119 *.tlog
120 /*.vcxproj
121 /*.vcxproj.filters
122 /CMakeCache.txt
123 /CMakeFiles/
124 /CTestTestfile.cmake
125 /DartConfiguration.tcl
126 /Testing/Temporary/
127 /cmake_install.cmake
128 /gc.sln
129 /libgc*-dll.so
130 /libgc*-lib.a
131 /tests/*.vcxproj
132 /tests/*.vcxproj.filters
133 /tests/*test
134 /tests/CMakeFiles/
135 /tests/CTestTestfile.cmake
136 /tests/Makefile
137 /tests/cmake_install.cmake
138 /tests/test_cpp
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