diff options
Diffstat (limited to 'roms/skiboot/.gitignore')
-rw-r--r-- | roms/skiboot/.gitignore | 98 |
1 files changed, 98 insertions, 0 deletions
diff --git a/roms/skiboot/.gitignore b/roms/skiboot/.gitignore new file mode 100644 index 000000000..6303c81ef --- /dev/null +++ b/roms/skiboot/.gitignore @@ -0,0 +1,98 @@ +*~ +*.a +*.o +*.d +*.gcda +*.gcno +*.rej +*.swp +*.pyc +*.patch +.version +skiboot-nosection.elf +skiboot*.elf +skiboot.lds +skiboot.lid +skiboot.lid.xz +skiboot*.map +skiboot*.stb +skiboot.info +coverage-report/ +extract-gcov +.tags* +TAGS +tags +GTAGS +GRTAGS +GPATH +cscope.out +gmon.out +compile_commands.json +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/short_types/test/run-endian +ccan/str/test/run-STR_MAX_CHARS +core/test/run-console-log +core/test/run-time-utils +core/test/run-timebase +core/test/run-timer +core/test/run-console-log-buf-overrun +core/test/run-console-log-pr_fmt +core/test/run-mem_range_is_reserved +core/test/run-mem_region_next +core/test/run-mem_region_reservations +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-nvram-format +core/test/run-pel +core/test/run-pool +core/test/run-trace +core/test/run-api-test +core/test/run-bitmap +core/test/run-buddy +core/test/run-flash-subpartition +core/test/*-gcov +external/dump_trace +external/mambo/skiboot-boot_test.dump +external/mambo/skiboot-hello_world.dump +external/mambo/mambo-socket-proxy +external/memboot/memboot +hdata/test/hdata_to_dt +hdata/test/hdata_to_dt-gcov +hw/test/phys-map-test +hw/ipmi/test/run-fru +hw/ipmi/test/*-gcov +libc/test/run-time +libc/test/run-time-gcov +libflash/test/test-blocklevel +libflash/test/test-flash +libflash/test/test-ecc +libflash/test/test-mbox +libflash/test/test-flash-gcov +libstb/create-container +libstb/print-container +libstb/test/run-stb-container +libstb/test/print-stb-container +libstb/test/*-gcov +test/hello_world/hello_kernel/hello_kernel +test/sreset_world/sreset_kernel/sreset_kernel +test/hello_world/hello_kernel/hello_kernel.stb +test/sreset_world/sreset_kernel/sreset_kernel.stb +zImage.epapr +vgcore.* +doc/_build |