Patrick Venture | 27512cf | 2019-03-06 08:33:11 -0800 | [diff] [blame] | 1 | # Test suite logs |
2 | *.log | ||||
3 | |||||
4 | # Code Coverage | ||||
5 | *.gcda | ||||
6 | *.gcno | ||||
7 | *.trs | ||||
8 | *-coverage* | ||||
9 | |||||
10 | # CC / CXX Compiler | ||||
11 | *.ii | ||||
12 | *.i | ||||
Brad Bishop | 9b75be5 | 2016-12-19 09:21:50 -0500 | [diff] [blame] | 13 | *.o |
Patrick Venture | 27512cf | 2019-03-06 08:33:11 -0800 | [diff] [blame] | 14 | *.s |
15 | |||||
16 | # Libtool | ||||
Brad Bishop | 9b75be5 | 2016-12-19 09:21:50 -0500 | [diff] [blame] | 17 | *.la |
Patrick Venture | 27512cf | 2019-03-06 08:33:11 -0800 | [diff] [blame] | 18 | *.lo |
19 | |||||
20 | # Autotools | ||||
21 | .deps | ||||
22 | .dirstamp | ||||
23 | .libs | ||||
24 | /aclocal.m4 | ||||
Patrick Venture | 69a68ed | 2019-03-06 10:37:30 -0800 | [diff] [blame^] | 25 | /aminclude_static.am |
Patrick Venture | 27512cf | 2019-03-06 08:33:11 -0800 | [diff] [blame] | 26 | /autom4te.cache |
27 | /build-aux | ||||
28 | /confdefs.h | ||||
29 | /config.guess | ||||
30 | /config.h | ||||
31 | /config.h.in | ||||
32 | /config.h.in~ | ||||
33 | /config.log | ||||
34 | /config.status | ||||
35 | /config.sub | ||||
36 | /configure | ||||
37 | /m4 | ||||
38 | /libtool | ||||
Brad Bishop | 9b75be5 | 2016-12-19 09:21:50 -0500 | [diff] [blame] | 39 | Makefile |
40 | Makefile.in | ||||
Patrick Venture | 27512cf | 2019-03-06 08:33:11 -0800 | [diff] [blame] | 41 | /stamp-h1 |
42 | |||||
43 | *.sw* | ||||
44 | phosphor-hwmon-readd | ||||
Brad Bishop | 9b75be5 | 2016-12-19 09:21:50 -0500 | [diff] [blame] | 45 | ar-lib |
46 | arm-openbmc-linux-gnueabi-libtool | ||||
Brad Bishop | 9b75be5 | 2016-12-19 09:21:50 -0500 | [diff] [blame] | 47 | compile |
Brad Bishop | 9b75be5 | 2016-12-19 09:21:50 -0500 | [diff] [blame] | 48 | depcomp |
49 | install-sh | ||||
50 | ltmain.sh | ||||
51 | missing | ||||
Matthew Barth | 28842e1 | 2018-05-07 16:47:51 -0500 | [diff] [blame] | 52 | test-driver |
Patrick Venture | 86e58ff | 2018-09-18 09:06:19 -0700 | [diff] [blame] | 53 | *_unittest |
Patrick Venture | 86e58ff | 2018-09-18 09:06:19 -0700 | [diff] [blame] | 54 | *_unittest.trs |
55 | libtool | ||||
56 | *~ |