.gitignore: Ignore .gch files
[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 *.gch
8 *.gcno
9 *.la
10 *.lib
11 *.lo
12 *.o
13 *.obj
14
15 /*.gc.log
16 /.deps/
17 /.libs/
18 /Makefile
19 /add_gc_prefix
20 /base_lib
21 /bdw-gc.pc
22 /c++
23 /config.cache
24 /config.log
25 /config.status
26 /cord/cordtest
27 /cord/de
28 /cord/de_win.rbj
29 /cord/de_win.res
30 /cord/tests/de_win.res
31 /cordtest
32 /core
33 /de
34 /disclaim_bench
35 /disclaim_test
36 /gc-*
37 /gc.a
38 /gc.log
39 /gcname
40 /gctest
41 /hugetest
42 /if_mach
43 /if_not_there
44 /initsecondarythread
45 /leaktest
46 /libtool
47 /middletest
48 /realloc_test
49 /setjmp_test
50 /smashtest
51 /staticrootstest
52 /subthread_create
53 /test_cpp
54 /threadkey_test
55 /threadleaktest
56 /threadlibs
57 /tracetest
58
59 # Config and stamp files generated by configure:
60 config.h
61 config.h.in~
62 stamp-h1
63
64 # External library (without trailing slash to allow symlinks):
65 /libatomic_ops*
66 /pthreads-w32*
67
68 # These files are generated by autoreconf:
69 /Makefile.in
70 /aclocal.m4
71 /autom4te.cache/
72 /compile
73 /config.guess
74 /config.sub
75 /configure
76 /depcomp
77 /include/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