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/ | ||||
23 | compile | ||||
24 | config.guess | ||||
25 | config.h | ||||
26 | config.h.in | ||||
27 | config.log | ||||
28 | config.status | ||||
29 | config.sub | ||||
30 | depcomp | ||||
31 | install-sh | ||||
32 | ltmain.sh | ||||
33 | missing | ||||
34 | stamp-h1 | ||||
35 | test-driver | ||||
Patrick Venture | 22199ca | 2018-06-12 19:18:26 -0700 | [diff] [blame] | 36 | .dirstamp |
37 | pidlist-gen.cpp | ||||
38 | sensorlist-gen.cpp | ||||
39 | zoneinfo-gen.cpp | ||||
40 | setsensor | ||||
41 | swampd | ||||
Patrick Venture | 4515392 | 2018-10-13 09:30:30 -0700 | [diff] [blame] | 42 | libtool |
Patrick Venture | 22199ca | 2018-06-12 19:18:26 -0700 | [diff] [blame] | 43 | x86_64-libtool |
Patrick Venture | 7208eed | 2018-06-12 19:22:22 -0700 | [diff] [blame] | 44 | *_unittest |
45 | *_unittest.log | ||||
46 | *_unittest.trs | ||||
Patrick Venture | 4515392 | 2018-10-13 09:30:30 -0700 | [diff] [blame] | 47 | test-suite.log |