Patrick Venture | 123b5c0 | 2019-03-05 14:01:00 -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 | ||||
Patrick Venture | 51372f0 | 2019-03-18 09:06:56 -0700 | [diff] [blame] | 22 | /aminclude_static.am |
Patrick Venture | 123b5c0 | 2019-03-05 14:01:00 -0800 | [diff] [blame] | 23 | /autom4te.cache |
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 | ||||
36 | ar-lib | ||||
37 | compile | ||||
38 | config.guess | ||||
39 | config.sub | ||||
40 | depcomp | ||||
41 | install-sh | ||||
42 | ltmain.sh | ||||
43 | missing | ||||
44 | test-driver | ||||
45 | *_unittest | ||||
46 | *_unittest.log | ||||
47 | *_unittest.trs | ||||
48 | test-suite.log | ||||
49 | |||||
50 | # Custom generated files | ||||
51 | ipmiblob.pc | ||||
52 | |||||
53 | # Output binaries |