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 | ||||
17 | .deps | ||||
18 | .libs | ||||
19 | aclocal.m4 | ||||
20 | ar-lib | ||||
21 | arm-openbmc-linux-gnueabi-libtool | ||||
22 | autom4te.cache/ | ||||
Patrick Venture | 90e9dbc | 2019-03-19 09:10:41 -0700 | [diff] [blame] | 23 | /aminclude_static.am |
Patrick Venture | 8553251 | 2018-06-12 19:15:37 -0700 | [diff] [blame] | 24 | compile |
25 | config.guess | ||||
26 | config.h | ||||
27 | config.h.in | ||||
Josh Lehan | 270d27d | 2020-09-20 21:15:11 -0700 | [diff] [blame^] | 28 | config.h.in~ |
Patrick Venture | 8553251 | 2018-06-12 19:15:37 -0700 | [diff] [blame] | 29 | config.log |
30 | config.status | ||||
31 | config.sub | ||||
32 | depcomp | ||||
33 | install-sh | ||||
34 | ltmain.sh | ||||
35 | missing | ||||
36 | stamp-h1 | ||||
37 | test-driver | ||||
Patrick Venture | 22199ca | 2018-06-12 19:18:26 -0700 | [diff] [blame] | 38 | .dirstamp |
39 | pidlist-gen.cpp | ||||
40 | sensorlist-gen.cpp | ||||
41 | zoneinfo-gen.cpp | ||||
42 | setsensor | ||||
43 | swampd | ||||
Patrick Venture | 4515392 | 2018-10-13 09:30:30 -0700 | [diff] [blame] | 44 | libtool |
Patrick Venture | 22199ca | 2018-06-12 19:18:26 -0700 | [diff] [blame] | 45 | x86_64-libtool |
Patrick Venture | 7208eed | 2018-06-12 19:22:22 -0700 | [diff] [blame] | 46 | *_unittest |
47 | *_unittest.log | ||||
48 | *_unittest.trs | ||||
Patrick Venture | 4515392 | 2018-10-13 09:30:30 -0700 | [diff] [blame] | 49 | test-suite.log |
Patrick Venture | 924dd96 | 2019-07-16 10:47:30 -0700 | [diff] [blame] | 50 | |
Josh Lehan | 270d27d | 2020-09-20 21:15:11 -0700 | [diff] [blame^] | 51 | # IDEs |
52 | .idea/ | ||||
53 | |||||
Patrick Venture | 924dd96 | 2019-07-16 10:47:30 -0700 | [diff] [blame] | 54 | phosphor-pid-control.service |