Patrick Venture | b5cb2c2 | 2018-11-02 11:24:14 -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 | ||||
Patrick Venture | a432e8e | 2018-11-02 11:45:27 -0700 | [diff] [blame] | 34 | ar-lib |
35 | compile | ||||
36 | config.guess | ||||
37 | config.sub | ||||
38 | depcomp | ||||
39 | install-sh | ||||
40 | ltmain.sh | ||||
41 | missing | ||||
42 | |||||
Patrick Venture | b5cb2c2 | 2018-11-02 11:24:14 -0700 | [diff] [blame] | 43 | |
44 | # Custom generated files | ||||
45 | |||||
46 | # Output binaries |