summaryrefslogtreecommitdiffstats
path: root/.gitignore
blob: d9d8ddc9e89fef86ed4cf8f2ee64dea3835f5732 (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
*~
*.o
*.d
*.gcda
*.gcno
*.rej
*.swp
.version
skiboot-nosection.elf
skiboot*.elf
skiboot.lds
skiboot.lid
skiboot*.map
skiboot.info
coverage-report/
extract-gcov
TAGS
tags
cscope.out
asm/asm-offsets.s
include/asm-offsets.h
version.c
ccan/*/test/*-gcov
ccan/*/test/run
ccan/build_assert/test/run-BUILD_ASSERT_OR_ZERO
ccan/list/test/run-check-corrupt
ccan/list/test/run-list_del_from-assert
ccan/list/test/run-single-eval
ccan/list/test/run-with-debug
ccan/str/test/run-STR_MAX_CHARS
core/test/run-console-log
core/test/run-timer
ccan/*/test/gmon.out
core/test/run-device
core/test/run-malloc
core/test/run-malloc-speed
core/test/run-mem_region
core/test/run-mem_region_init
core/test/run-mem_region_release_unused
core/test/run-mem_region_release_unused_noalloc
core/test/run-msg
core/test/run-pel
core/test/run-pool
core/test/run-trace
core/test/*-gcov
external/dump_trace
external/mambo/skiboot-hello_world.dump
hdata/test/hdata_to_dt
hw/ipmi/test/run-fru
hw/ipmi/test/*-gcov
libc/test/run-time
libc/test/run-time-gcov
libflash/test/test-flash
libflash/test/test-ecc
libflash/test/test-flash-gcov
test/hello_world/hello_kernel/hello_kernel
OpenPOWER on IntegriCloud