Patrick Venture | 0d963f5 | 2018-10-16 17:20:52 -0700 | [diff] [blame^] | 1 | ar-lib |
2 | compile | ||||
3 | config.guess | ||||
4 | config.sub | ||||
5 | depcomp | ||||
6 | install-sh | ||||
7 | ltmain.sh | ||||
8 | missing | ||||
9 | |||||
10 | extra-properties-gen.cpp | ||||
11 | fru-gen.cpp | ||||
12 | phosphor-read-eeprom | ||||
13 | |||||
14 | # Python build artifacts | ||||
15 | *.swp | ||||
16 | __pycache__ | ||||
17 | *.pyc | ||||
18 | *.pyo | ||||
19 | /tools/build | ||||
20 | /tools/setup.py | ||||
21 | |||||
22 | # Test suite logs | ||||
23 | *.log | ||||
24 | |||||
25 | # Code Coverage | ||||
26 | *.gcda | ||||
27 | *.gcno | ||||
28 | *.trs | ||||
29 | *-coverage* | ||||
30 | |||||
31 | # Compiler | ||||
Brad Bishop | a28f738 | 2016-06-13 14:21:08 -0400 | [diff] [blame] | 32 | *.o |
Patrick Venture | 0d963f5 | 2018-10-16 17:20:52 -0700 | [diff] [blame^] | 33 | |
34 | # Libtool | ||||
35 | *.la | ||||
36 | *.lo | ||||
Brad Bishop | a28f738 | 2016-06-13 14:21:08 -0400 | [diff] [blame] | 37 | *.sw* |
38 | *.so | ||||
39 | *.so.* | ||||
Patrick Venture | 0d963f5 | 2018-10-16 17:20:52 -0700 | [diff] [blame^] | 40 | |
41 | # Autotools | ||||
42 | .deps | ||||
43 | .dirstamp | ||||
44 | .libs | ||||
45 | /aclocal.m4 | ||||
46 | /build-aux | ||||
47 | /config.h | ||||
48 | /config.h.in | ||||
49 | /config.h.in~ | ||||
50 | /config.log | ||||
51 | /config.status | ||||
52 | /configure | ||||
53 | /m4 | ||||
54 | /libtool | ||||
55 | Makefile | ||||
56 | Makefile.in | ||||
57 | /stamp-h1 |