blob: 04eba2e3a94eacabffe00daf44509bf8d547f6ba [file] [log] [blame]
Patrick Venture0d963f52018-10-16 17:20:52 -07001ar-lib
2compile
3config.guess
4config.sub
5depcomp
6install-sh
7ltmain.sh
8missing
9
10extra-properties-gen.cpp
11fru-gen.cpp
12phosphor-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 Bishopa28f7382016-06-13 14:21:08 -040032*.o
Patrick Venture0d963f52018-10-16 17:20:52 -070033
34# Libtool
35*.la
36*.lo
Brad Bishopa28f7382016-06-13 14:21:08 -040037*.sw*
38*.so
39*.so.*
Patrick Venture0d963f52018-10-16 17:20:52 -070040
41# Autotools
Patrick Venture349a33c2019-03-26 11:28:31 -070042autom4te.cache/
Patrick Venture0d963f52018-10-16 17:20:52 -070043.deps
44.dirstamp
45.libs
46/aclocal.m4
47/build-aux
48/config.h
49/config.h.in
50/config.h.in~
51/config.log
52/config.status
53/configure
54/m4
55/libtool
56Makefile
57Makefile.in
58/stamp-h1