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