Patrick Venture | 1e48abf | 2019-03-06 09:27:46 -0800 | [diff] [blame] | 1 | # Test suite logs |
2 | *.log | ||||
3 | |||||
4 | # Code Coverage | ||||
5 | *.gcda | ||||
6 | *.gcno | ||||
7 | *.trs | ||||
8 | *-coverage* | ||||
9 | |||||
Patrick Venture | 8553251 | 2018-06-12 19:15:37 -0700 | [diff] [blame] | 10 | *.o |
11 | *.lo | ||||
12 | *.la | ||||
13 | *.sw* | ||||
14 | Makefile | ||||
15 | Makefile.in | ||||
16 | configure | ||||
Josh Lehan | e100ab8 | 2022-11-15 18:44:35 -0800 | [diff] [blame] | 17 | configure~ |
Patrick Venture | 8553251 | 2018-06-12 19:15:37 -0700 | [diff] [blame] | 18 | .deps |
19 | .libs | ||||
20 | aclocal.m4 | ||||
21 | ar-lib | ||||
22 | arm-openbmc-linux-gnueabi-libtool | ||||
23 | autom4te.cache/ | ||||
Patrick Venture | 90e9dbc | 2019-03-19 09:10:41 -0700 | [diff] [blame] | 24 | /aminclude_static.am |
Patrick Venture | 8553251 | 2018-06-12 19:15:37 -0700 | [diff] [blame] | 25 | compile |
26 | config.guess | ||||
Josh Lehan | e100ab8 | 2022-11-15 18:44:35 -0800 | [diff] [blame] | 27 | config.guess~ |
Patrick Venture | 8553251 | 2018-06-12 19:15:37 -0700 | [diff] [blame] | 28 | config.h |
29 | config.h.in | ||||
Josh Lehan | 270d27d | 2020-09-20 21:15:11 -0700 | [diff] [blame] | 30 | config.h.in~ |
Patrick Venture | 8553251 | 2018-06-12 19:15:37 -0700 | [diff] [blame] | 31 | config.log |
32 | config.status | ||||
33 | config.sub | ||||
Josh Lehan | e100ab8 | 2022-11-15 18:44:35 -0800 | [diff] [blame] | 34 | config.sub~ |
Patrick Venture | 8553251 | 2018-06-12 19:15:37 -0700 | [diff] [blame] | 35 | depcomp |
36 | install-sh | ||||
37 | ltmain.sh | ||||
38 | missing | ||||
39 | stamp-h1 | ||||
40 | test-driver | ||||
Patrick Venture | 22199ca | 2018-06-12 19:18:26 -0700 | [diff] [blame] | 41 | .dirstamp |
42 | pidlist-gen.cpp | ||||
43 | sensorlist-gen.cpp | ||||
44 | zoneinfo-gen.cpp | ||||
45 | setsensor | ||||
46 | swampd | ||||
Patrick Venture | 4515392 | 2018-10-13 09:30:30 -0700 | [diff] [blame] | 47 | libtool |
Patrick Venture | 22199ca | 2018-06-12 19:18:26 -0700 | [diff] [blame] | 48 | x86_64-libtool |
Patrick Venture | 7208eed | 2018-06-12 19:22:22 -0700 | [diff] [blame] | 49 | *_unittest |
50 | *_unittest.log | ||||
51 | *_unittest.trs | ||||
Patrick Venture | 4515392 | 2018-10-13 09:30:30 -0700 | [diff] [blame] | 52 | test-suite.log |
Patrick Venture | 924dd96 | 2019-07-16 10:47:30 -0700 | [diff] [blame] | 53 | |
Josh Lehan | 270d27d | 2020-09-20 21:15:11 -0700 | [diff] [blame] | 54 | # IDEs |
55 | .idea/ | ||||
56 | |||||
Patrick Venture | 924dd96 | 2019-07-16 10:47:30 -0700 | [diff] [blame] | 57 | phosphor-pid-control.service |