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