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 | ||||
22 | /autom4te.cache | ||||
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 | ||||
35 | ar-lib | ||||
36 | compile | ||||
37 | config.guess | ||||
38 | config.sub | ||||
39 | depcomp | ||||
40 | install-sh | ||||
41 | ltmain.sh | ||||
42 | missing | ||||
43 | test-driver | ||||
44 | *_unittest | ||||
45 | *_unittest.log | ||||
46 | *_unittest.trs | ||||
47 | test-suite.log | ||||
48 | |||||
49 | # Custom generated files | ||||
50 | ipmiblob.pc | ||||
51 | |||||
52 | # Output binaries |