summaryrefslogtreecommitdiff
path: root/.gitignore
blob: 1b57c8b1389ca54ec14c13593a6530ee63c65a33 (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
# Ignored files in bdwgc Git repo.

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

.dirstamp
/*.gc.log
/*_bench.log
/*_bench.trs
/*test.log
/*test.trs
/.libs/
/Makefile
/add_gc_prefix
/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.res
/cordtest
/core
/de
/disclaim_bench
/disclaim_test
/gc-*
/gc.a
/gc.log
/gcname
/gctest
/hugetest
/if_mach
/if_not_there
/initsecondarythread_test
/leaktest
/libtool
/middletest
/realloc_test
/setjmp_test
/smashtest
/staticrootstest
/subthreadcreate_test
/test-suite.log
/test_cpp
/test_cpp.log
/test_cpp.trs
/threadkey_test
/threadleaktest
/threadlibs
/tracetest

# Config, dependency and stamp files generated by configure:
.deps/
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
/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:
/*.vcxproj
/*.vcxproj.filters
/CMakeCache.txt
/CMakeFiles/
/cmake_install.cmake
/gc.sln
/tests/*.vcxproj
/tests/*.vcxproj.filters
/tests/CMakeFiles/
/tests/Makefile
/tests/cmake_install.cmake

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

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