.gitignore: Remove old /include/private/config.h.in entry
[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 # Config and stamp files generated by configure:
59 config.h
60 config.h.in~
61 stamp-h1
62
63 # External library (without trailing slash to allow symlinks):
64 /libatomic_ops*
65 /pthreads-w32*
66
67 # These files are generated by autoreconf:
68 /Makefile.in
69 /aclocal.m4
70 /autom4te.cache/
71 /compile
72 /config.guess
73 /config.sub
74 /configure
75 /depcomp
76 /include/config.h.in
77 /install-sh
78 /ltmain.sh
79 /m4/libtool.m4
80 /m4/ltoptions.m4
81 /m4/ltsugar.m4
82 /m4/ltversion.m4
83 /m4/lt~obsolete.m4
84 /missing
85 /mkinstalldirs
86
87 # These files are generated by CMake:
88 /*.vcxproj
89 /*.vcxproj.filters
90 /CMakeCache.txt
91 /CMakeFiles/
92 /cmake_install.cmake
93 /gc.sln
94 /tests/*.vcxproj
95 /tests/*.vcxproj.filters
96 /tests/CMakeFiles/
97 /tests/Makefile
98 /tests/cmake_install.cmake
99
100 # Rarely generated files (mostly by some Win/DOS compilers):
101 /*.bsc
102 /*.csm
103 /*.err
104 /*.exp
105 /*.lb1
106 /*.lnk
107 /*.map
108 /*.out
109 /*.pdb
110 /*.rbj
111 /*.res
112 /*.sbr
113 /*.stackdump
114 /*.sym
115 /*.tmp