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