.gitignore: Do not ignore include/private/config.h
[platform/upstream/libgc.git] / .gitignore
1 # Ignored files in bdwgc Git repo.
2
3 # Binary files (in root dir, cord, 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 .dirstamp
17 /*_bench.log
18 /*_bench.trs
19 /*test.log
20 /*test.trs
21 /.libs/
22 /Makefile
23 /add_gc_prefix
24 /base_lib
25 /bdw-gc.pc
26 /bsd-libgc.a
27 /bsd-libleak.a
28 /c++
29 /config.cache
30 /config.log
31 /config.status
32 /cord/cordtest
33 /cord/de
34 /cord/de_win.rbj
35 /cord/de_win.res
36 /cord/tests/de_win.rbj
37 /cord/tests/de_win.res
38 /cordtest
39 /core
40 /de
41 /disclaim_bench
42 /disclaim_test
43 /gc-*
44 /gc.a
45 /gc.log
46 /gcname
47 /gctest
48 /gctest_dyn_link
49 /gctest_irix_dyn_link
50 /hugetest
51 /if_mach
52 /if_not_there
53 /initsecondarythread_test
54 /leaktest
55 /libalphagc.so
56 /libgc.so
57 /libirixgc.so
58 /liblinuxgc.so
59 /libtool
60 /middletest
61 /realloc_test
62 /setjmp_test
63 /smashtest
64 /staticrootstest
65 /subthreadcreate_test
66 /sunos5gc.so
67 /test-suite.log
68 /test_atomic_ops
69 /test_atomic_ops.log
70 /test_atomic_ops.trs
71 /test_cpp
72 /test_cpp.cpp
73 /test_cpp.log
74 /test_cpp.trs
75 /threadkey_test
76 /threadleaktest
77 /threadlibs
78 /tracetest
79
80 # Config, dependency and stamp files generated by configure:
81 .deps/
82 /include/config.h
83 config.h.in~
84 stamp-h1
85
86 # External library (without trailing slash to allow symlinks):
87 /libatomic_ops*
88 /pthreads-w32*
89
90 # These files are generated by autoreconf:
91 /Makefile.in
92 /aclocal.m4
93 /autom4te.cache/
94 /compile
95 /config.guess
96 /config.sub
97 /configure
98 /depcomp
99 /include/config.h.in
100 /install-sh
101 /ltmain.sh
102 /m4/libtool.m4
103 /m4/ltoptions.m4
104 /m4/ltsugar.m4
105 /m4/ltversion.m4
106 /m4/lt~obsolete.m4
107 /missing
108 /mkinstalldirs
109 /test-driver
110
111 # These files are generated by CMake:
112 *.tlog
113 /*.vcxproj
114 /*.vcxproj.filters
115 /CMakeCache.txt
116 /CMakeFiles/
117 /CTestTestfile.cmake
118 /DartConfiguration.tcl
119 /Testing/Temporary/
120 /cmake_install.cmake
121 /gc.sln
122 /libgc*-dll.so
123 /libgc*-lib.a
124 /tests/*.vcxproj
125 /tests/*.vcxproj.filters
126 /tests/*test
127 /tests/CMakeFiles/
128 /tests/CTestTestfile.cmake
129 /tests/Makefile
130 /tests/cmake_install.cmake
131 /tests/test_cpp
132
133 # Rarely generated files (mostly by some Win/DOS compilers):
134 /*.copied.c
135 /*.csm
136 /*.err
137 /*.i
138 /*.lb1
139 /*.lnk
140 /*.map
141 /*.out
142 /*.rbj
143 /*.res
144 /*.stackdump
145 /*.sym
146 /*.tmp
147 *.bsc
148 *.dll.manifest
149 *.exp
150 *.idb
151 *.ilk
152 *.pdb
153 *.sbr
154
155 # Stuff from VS build system and IDE
156 *.vcproj.*.user
157
158 # Code analysis tools:
159 *.c.gcov
160 *.cc.gcov
161 *.h.gcov
162 *.sancov
163 /.sv*-dir
164 /cov-int
165 /coverage.info
166 /pvs-project.log
167 /pvs-project.tasks
168 /strace_out