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