diff options
author | Cyril Bur <cyril.bur@au1.ibm.com> | 2017-08-03 16:45:40 +1000 |
---|---|---|
committer | Stewart Smith <stewart@linux.vnet.ibm.com> | 2017-08-15 16:37:14 +1000 |
commit | 675fa87681155b1d3976c1dead5a4d7b078a80c6 (patch) | |
tree | 3c364e0aaee8d6d958433b36c3efa27532ef5d70 /.gitignore | |
parent | f04c8cef3ac68a6e0b69ba244f97b61f51fb7281 (diff) | |
download | skiboot-675fa87681155b1d3976c1dead5a4d7b078a80c6.zip skiboot-675fa87681155b1d3976c1dead5a4d7b078a80c6.tar.gz skiboot-675fa87681155b1d3976c1dead5a4d7b078a80c6.tar.bz2 |
Update .gitignore
Signed-off-by: Cyril Bur <cyril.bur@au1.ibm.com>
Signed-off-by: Stewart Smith <stewart@linux.vnet.ibm.com>
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -23,6 +23,7 @@ GTAGS GRTAGS GPATH cscope.out +gmon.out compile_commands.json asm/asm-offsets.s include/asm-offsets.h @@ -58,6 +59,10 @@ 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 debian-jessie-vmlinux debian-jessie-initrd.gz @@ -78,7 +83,9 @@ libflash/test/test-ecc libflash/test/test-flash-gcov libstb/create-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 zImage.epapr vgcore.* |