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