Merge (dummy) remote-tracking branch 'paurkedal/finalizer-at-end'
[platform/upstream/libgc.git] / .gitignore
1 # Ignored files in bdwgc Git repo.
2
3 # Binary files (in root dir, cord, src, 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 /*_bench.log
17 /*_bench.trs
18 /*test.log
19 /*test.trs
20 /.deps/
21 /.libs/
22 /Makefile
23 /add_gc_prefix
24 /base_lib
25 /bdw-gc.pc
26 /c++
27 /config.cache
28 /config.log
29 /config.status
30 /cord/cordtest
31 /cord/de
32 /cord/de_win.rbj
33 /cord/de_win.res
34 /cord/tests/de_win.res
35 /cordtest
36 /core
37 /de
38 /disclaim_bench
39 /disclaim_test
40 /gc-*
41 /gc.a
42 /gc.log
43 /gcname
44 /gctest
45 /hugetest
46 /if_mach
47 /if_not_there
48 /initsecondarythread_test
49 /leaktest
50 /libtool
51 /middletest
52 /realloc_test
53 /setjmp_test
54 /smashtest
55 /staticrootstest
56 /subthreadcreate_test
57 /test-suite.log
58 /test_cpp
59 /test_cpp.log
60 /test_cpp.trs
61 /threadkey_test
62 /threadleaktest
63 /threadlibs
64 /tracetest
65
66 # Config and stamp files generated by configure:
67 config.h
68 config.h.in~
69 stamp-h1
70
71 # External library (without trailing slash to allow symlinks):
72 /libatomic_ops*
73 /pthreads-w32*
74
75 # These files are generated by autoreconf:
76 /Makefile.in
77 /aclocal.m4
78 /autom4te.cache/
79 /compile
80 /config.guess
81 /config.sub
82 /configure
83 /depcomp
84 /include/config.h.in
85 /install-sh
86 /ltmain.sh
87 /m4/libtool.m4
88 /m4/ltoptions.m4
89 /m4/ltsugar.m4
90 /m4/ltversion.m4
91 /m4/lt~obsolete.m4
92 /missing
93 /mkinstalldirs
94 /test-driver
95
96 # These files are generated by CMake:
97 /*.vcxproj
98 /*.vcxproj.filters
99 /CMakeCache.txt
100 /CMakeFiles/
101 /cmake_install.cmake
102 /gc.sln
103 /tests/*.vcxproj
104 /tests/*.vcxproj.filters
105 /tests/CMakeFiles/
106 /tests/Makefile
107 /tests/cmake_install.cmake
108
109 # Rarely generated files (mostly by some Win/DOS compilers):
110 /*.bsc
111 /*.csm
112 /*.err
113 /*.exp
114 /*.lb1
115 /*.lnk
116 /*.map
117 /*.out
118 /*.pdb
119 /*.rbj
120 /*.res
121 /*.sbr
122 /*.stackdump
123 /*.sym
124 /*.tmp