blob: 1b6205020f552197a986a42796bbb65dc2dffb24 [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
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
55Makefile
56Makefile.in
57/stamp-h1