Dummy merge branch 'iphone_libgc_6x'
[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 *.gcno
8 *.la
9 *.lib
10 *.lo
11 *.o
12 *.obj
13
14 /*.gc.log
15 /.deps/
16 /.libs/
17 /Makefile
18 /add_gc_prefix
19 /base_lib
20 /bdw-gc.pc
21 /c++
22 /config.cache
23 /config.log
24 /config.status
25 /cord/cordtest
26 /cord/de
27 /cord/de_win.rbj
28 /cord/de_win.res
29 /cord/tests/de_win.res
30 /cordtest
31 /core
32 /de
33 /disclaim_bench
34 /disclaim_test
35 /gc-*
36 /gc.a
37 /gc.log
38 /gcname
39 /gctest
40 /hugetest
41 /if_mach
42 /if_not_there
43 /initsecondarythread
44 /leaktest
45 /libtool
46 /middletest
47 /realloc_test
48 /setjmp_test
49 /smashtest
50 /staticrootstest
51 /subthread_create
52 /test_cpp
53 /threadkey_test
54 /threadleaktest
55 /threadlibs
56 /tracetest
57
58 /include/private/config.h
59 /include/private/config.h.in~
60 /include/private/stamp-h1
61
62 # External library (without trailing slash to allow symlinks):
63 /libatomic_ops*
64 /pthreads-w32*
65
66 # These files are generated by autoreconf:
67 /Makefile.in
68 /aclocal.m4
69 /autom4te.cache/
70 /compile
71 /config.guess
72 /config.sub
73 /configure
74 /depcomp
75 /include/private/config.h.in
76 /install-sh
77 /ltmain.sh
78 /m4/libtool.m4
79 /m4/ltoptions.m4
80 /m4/ltsugar.m4
81 /m4/ltversion.m4
82 /m4/lt~obsolete.m4
83 /missing
84 /mkinstalldirs
85
86 # These files are generated by CMake:
87 /*.vcxproj
88 /*.vcxproj.filters
89 /CMakeCache.txt
90 /CMakeFiles/
91 /cmake_install.cmake
92 /gc.sln
93 /tests/*.vcxproj
94 /tests/*.vcxproj.filters
95 /tests/CMakeFiles/
96 /tests/Makefile
97 /tests/cmake_install.cmake
98
99 # Rarely generated files (mostly by some Win/DOS compilers):
100 /*.bsc
101 /*.csm
102 /*.err
103 /*.exp
104 /*.lb1
105 /*.lnk
106 /*.map
107 /*.out
108 /*.pdb
109 /*.rbj
110 /*.res
111 /*.sbr
112 /*.stackdump
113 /*.sym
114 /*.tmp