Patrick Venture | 088d1e6 | 2018-11-14 10:16:53 -0800 | [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 | ||||
42 | test-driver | ||||
43 | *_unittest | ||||
44 | *_unittest.log | ||||
45 | *_unittest.trs | ||||
46 | test-suite.log | ||||
47 | |||||
48 | # Custom generated files | ||||
49 | |||||
50 | # Output binaries |