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 | ||||
25 | /autom4te.cache | ||||
26 | /build-aux | ||||
27 | /confdefs.h | ||||
28 | /config.guess | ||||
29 | /config.h | ||||
30 | /config.h.in | ||||
31 | /config.h.in~ | ||||
32 | /config.log | ||||
33 | /config.status | ||||
34 | /config.sub | ||||
35 | /configure | ||||
36 | /m4 | ||||
37 | /libtool | ||||
Brad Bishop | 9b75be5 | 2016-12-19 09:21:50 -0500 | [diff] [blame] | 38 | Makefile |
39 | Makefile.in | ||||
Patrick Venture | 27512cf | 2019-03-06 08:33:11 -0800 | [diff] [blame] | 40 | /stamp-h1 |
41 | |||||
42 | *.sw* | ||||
43 | phosphor-hwmon-readd | ||||
Brad Bishop | 9b75be5 | 2016-12-19 09:21:50 -0500 | [diff] [blame] | 44 | ar-lib |
45 | arm-openbmc-linux-gnueabi-libtool | ||||
Brad Bishop | 9b75be5 | 2016-12-19 09:21:50 -0500 | [diff] [blame] | 46 | compile |
Brad Bishop | 9b75be5 | 2016-12-19 09:21:50 -0500 | [diff] [blame] | 47 | depcomp |
48 | install-sh | ||||
49 | ltmain.sh | ||||
50 | missing | ||||
Matthew Barth | 28842e1 | 2018-05-07 16:47:51 -0500 | [diff] [blame] | 51 | test-driver |
Patrick Venture | 86e58ff | 2018-09-18 09:06:19 -0700 | [diff] [blame] | 52 | *_unittest |
Patrick Venture | 86e58ff | 2018-09-18 09:06:19 -0700 | [diff] [blame] | 53 | *_unittest.trs |
54 | libtool | ||||
55 | *~ |