summaryrefslogtreecommitdiff
path: root/.gitignore
blob: a38ed041139faa9303545ffc2025cdee2b363031 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
# Ignored files in bdwgc Git repo.

# Binary files (in root dir, cord, tests):
*.dll
*.exe
*.gcda
*.gch
*.gcno
*.la
*.lib
*.lo
*.o
*.obj

*.gc.log
.dirstamp
/*.a
/*_bench.log
/*_bench.trs
/*_test
/*test.log
/*test.trs
/.libs/
/Makefile
/add_gc_prefix
/atomicopstest
/base_lib
/bdw-gc.pc
/c++
/config.cache
/config.log
/config.status
/cord/cordtest
/cord/de
/cord/de_win.rbj
/cord/de_win.res
/cord/tests/de_win.rbj
/cord/tests/de_win.res
/cords
/cordtest
/core
/cpptest
/de
/de.dir/
/disclaim_bench
/disclaimtest
/dont_ar_1
/dont_ar_3
/dont_ar_4
/gc-*
/gc.log
/gcname
/gctest
/gctest_dyn_link
/gctest_irix_dyn_link
/hugetest
/if_mach
/if_not_there
/initfromthreadtest
/leaktest
/lib*.so
/libtool
/middletest
/realloctest
/smashtest
/staticrootstest
/subthreadcreatetest
/sunos5gc.so
/test-suite.log
/test_atomic_ops
/test_atomic_ops.log
/test_atomic_ops.trs
/test_cpp
/test_cpp.cpp
/test_cpp.log
/test_cpp.trs
/threadkeytest
/threadleaktest
/threadlibs
/tracetest
/weakmaptest

/out/

# Config, dependency and stamp files generated by configure:
.deps/
/include/config.h
config.h.in~
stamp-h1

# External library (without trailing slash to allow symlinks):
/libatomic_ops*
/pthreads-w32*

# These files are generated by autoreconf:
/Makefile.in
/aclocal.m4
/autom4te.cache/
/compile
/config.guess
/config.sub
/configure
/configure~
/depcomp
/include/config.h.in
/install-sh
/ltmain.sh
/m4/libtool.m4
/m4/ltoptions.m4
/m4/ltsugar.m4
/m4/ltversion.m4
/m4/lt~obsolete.m4
/missing
/mkinstalldirs
/test-driver

# These files are generated by CMake:
*.tlog
/*.vcxproj
/*.vcxproj.filters
/CMakeCache.txt
/CMakeFiles/
/DartConfiguration.tcl
/Testing/Temporary/
/cord/CMakeFiles/
/cord/Makefile
/gc.sln
/tests/*.vcxproj
/tests/*.vcxproj.filters
/tests/*test
/tests/CMakeFiles/
/tests/Makefile
/tests/test_cpp
CTestTestfile.cmake
cmake_install.cmake

# Rarely generated files (mostly by some Win/DOS compilers):
/*.copied.c
/*.csm
/*.err
/*.i
/*.lb1
/*.lnk
/*.map
/*.out
/*.rbj
/*.res
/*.stackdump
/*.sym
/*.tmp
*.bsc
*.dll.manifest
*.exp
*.idb
*.ilk
*.pdb
*.sbr
*.tds
gc.def

# Stuff from VS build system and IDE
*.vcproj.*.user
.vs/

# Code analysis tools:
*.c.gcov
*.cc.gcov
*.h.gcov
*.sancov
/.sv*-dir
/cov-int
/coverage.info
/pvs-project.log
/pvs-project.tasks
/strace_out