summaryrefslogtreecommitdiffstats
path: root/.gitignore
blob: 04eba2e3a94eacabffe00daf44509bf8d547f6ba (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
ar-lib
compile
config.guess
config.sub
depcomp
install-sh
ltmain.sh
missing

extra-properties-gen.cpp
fru-gen.cpp
phosphor-read-eeprom

# Python build artifacts
*.swp
__pycache__
*.pyc
*.pyo
/tools/build
/tools/setup.py

# Test suite logs
*.log

# Code Coverage
*.gcda
*.gcno
*.trs
*-coverage*

# Compiler
*.o

# Libtool
*.la
*.lo
*.sw*
*.so
*.so.*

# Autotools
autom4te.cache/
.deps
.dirstamp
.libs
/aclocal.m4
/build-aux
/config.h
/config.h.in
/config.h.in~
/config.log
/config.status
/configure
/m4
/libtool
Makefile
Makefile.in
/stamp-h1
OpenPOWER on IntegriCloud