Patrick Venture | 4a43a12 | 2018-10-31 14:41:33 -0700 | [diff] [blame] | 1 | # Test suite logs |
2 | *.log | ||||
3 | |||||
4 | # Code Coverage | ||||
5 | *.gcda | ||||
6 | *.gcno | ||||
7 | *.trs | ||||
8 | *-coverage* | ||||
9 | |||||
10 | # Compiler | ||||
11 | *.o | ||||
12 | |||||
13 | # Libtool | ||||
14 | *.la | ||||
15 | *.lo | ||||
16 | |||||
17 | # Autotools | ||||
18 | .deps | ||||
19 | .dirstamp | ||||
20 | .libs | ||||
21 | /aclocal.m4 | ||||
22 | /build-aux | ||||
23 | /config.h | ||||
24 | /config.h.in | ||||
25 | /config.h.in~ | ||||
26 | /config.log | ||||
27 | /config.status | ||||
28 | /configure | ||||
29 | /m4 | ||||
30 | /libtool | ||||
31 | Makefile | ||||
32 | Makefile.in | ||||
33 | /stamp-h1 | ||||
34 | ar-lib | ||||
35 | compile | ||||
36 | config.guess | ||||
37 | config.sub | ||||
38 | depcomp | ||||
39 | install-sh | ||||
40 | ltmain.sh | ||||
41 | missing |