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 | ||||
Patrick Venture | 225ee31 | 2018-12-31 08:07:47 -0800 | [diff] [blame] | 22 | /autom4te.cache |
Patrick Venture | b5cb2c2 | 2018-11-02 11:24:14 -0700 | [diff] [blame] | 23 | /build-aux |
24 | /config.h | ||||
25 | /config.h.in | ||||
26 | /config.h.in~ | ||||
27 | /config.log | ||||
28 | /config.status | ||||
29 | /configure | ||||
30 | /m4 | ||||
31 | /libtool | ||||
32 | Makefile | ||||
33 | Makefile.in | ||||
34 | /stamp-h1 | ||||
Patrick Venture | a432e8e | 2018-11-02 11:45:27 -0700 | [diff] [blame] | 35 | ar-lib |
36 | compile | ||||
37 | config.guess | ||||
38 | config.sub | ||||
39 | depcomp | ||||
40 | install-sh | ||||
41 | ltmain.sh | ||||
42 | missing | ||||
Patrick Venture | ec3ebe2 | 2018-11-06 12:15:28 -0800 | [diff] [blame] | 43 | test-driver |
Patrick Venture | de77b30 | 2018-11-06 15:38:04 -0800 | [diff] [blame] | 44 | *_unittest |
45 | *_unittest.log | ||||
46 | *_unittest.trs | ||||
47 | test-suite.log | ||||
Patrick Venture | b5cb2c2 | 2018-11-02 11:24:14 -0700 | [diff] [blame] | 48 | |
49 | # Custom generated files | ||||
50 | |||||
51 | # Output binaries | ||||
Patrick Venture | bf58cd6 | 2018-12-11 09:05:46 -0800 | [diff] [blame] | 52 | burn_my_bmc |