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

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

/.deps/
/.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
/gcname
/gctest
/hugetest
/if_mach
/if_not_there
/initsecondarythread
/leaktest
/libtool
/middletest
/realloc_test
/setjmp_test
/smashtest
/staticrootstest
/subthread_create
/test_cpp
/threadkey_test
/threadleaktest
/threadlibs
/tracetest

/include/private/config.h
/include/private/config.h.in~
/include/private/stamp-h1

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

# These files are generated by autoreconf:
/Makefile.in
/aclocal.m4
/autom4te.cache/
/compile
/config.guess
/config.sub
/configure
/depcomp
/include/private/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

# 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):
/*.bsc
/*.csm
/*.err
/*.exp
/*.lb1
/*.lnk
/*.map
/*.out
/*.pdb
/*.rbj
/*.res
/*.sbr
/*.stackdump
/*.sym
/*.tmp