From 429485b4e53b98bc97b654bf93abaa0227350d33 Mon Sep 17 00:00:00 2001 From: Stewart Smith Date: Wed, 24 Dec 2014 11:44:33 +1100 Subject: Update gitignore for current test suite binaries etc Signed-off-by: Stewart Smith --- .gitignore | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index fbab18d..938ea53 100644 --- a/.gitignore +++ b/.gitignore @@ -5,6 +5,7 @@ *.gcno *.rej *.swp +.version skiboot-nosection.elf skiboot.elf skiboot.lds @@ -19,6 +20,15 @@ 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 @@ -34,9 +44,10 @@ core/test/run-trace core/test/*-gcov external/dump_trace 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-flash-gcov test/hello_world/hello_kernel/hello_kernel -VERSION -- cgit v1.1