summaryrefslogtreecommitdiffstats
path: root/.gitignore
blob: 9cb1b4c30abdbdd06b57f17ba26e513a9a7e4298 (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
# Test suite logs
*.log

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

# Compiler
*.o

# Libtool
*.la
*.lo

# Autotools
.deps
.dirstamp
.libs
/aclocal.m4
/aminclude_static.am
/autom4te.cache
/build-aux
/config.h
/config.h.in
/config.h.in~
/config.log
/config.status
/configure
/m4
/libtool
Makefile
Makefile.in
/stamp-h1
ar-lib
compile
config.guess
config.sub
depcomp
install-sh
ltmain.sh
missing
test-driver
*_unittest
*_unittest.log
*_unittest.trs
test-suite.log

# Custom generated files
*.target
*.json

# Output binaries
burn_my_bmc
OpenPOWER on IntegriCloud