.gitignore: remove path prefix for config.h and stamp-h1
[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 /include/private/config.h.in
78 /install-sh
79 /ltmain.sh
80 /m4/libtool.m4
81 /m4/ltoptions.m4
82 /m4/ltsugar.m4
83 /m4/ltversion.m4
84 /m4/lt~obsolete.m4
85 /missing
86 /mkinstalldirs
87
88 # These files are generated by CMake:
89 /*.vcxproj
90 /*.vcxproj.filters
91 /CMakeCache.txt
92 /CMakeFiles/
93 /cmake_install.cmake
94 /gc.sln
95 /tests/*.vcxproj
96 /tests/*.vcxproj.filters
97 /tests/CMakeFiles/
98 /tests/Makefile
99 /tests/cmake_install.cmake
100
101 # Rarely generated files (mostly by some Win/DOS compilers):
102 /*.bsc
103 /*.csm
104 /*.err
105 /*.exp
106 /*.lb1
107 /*.lnk
108 /*.map
109 /*.out
110 /*.pdb
111 /*.rbj
112 /*.res
113 /*.sbr
114 /*.stackdump
115 /*.sym
116 /*.tmp