diff options
author | Stewart Smith <stewart@linux.vnet.ibm.com> | 2016-07-05 15:59:23 +1000 |
---|---|---|
committer | Stewart Smith <stewart@linux.vnet.ibm.com> | 2016-07-05 15:59:23 +1000 |
commit | fa3f4202127f6f461e2b36ccb47c1db148250613 (patch) | |
tree | 8e46d0e3bd69511e3724099583bd499c2a6410f4 /.gitignore | |
parent | e761222593a1ae932cddbc81239b6a7cd98ddb70 (diff) | |
download | skiboot-fa3f4202127f6f461e2b36ccb47c1db148250613.zip skiboot-fa3f4202127f6f461e2b36ccb47c1db148250613.tar.gz skiboot-fa3f4202127f6f461e2b36ccb47c1db148250613.tar.bz2 |
Update gitignore
Signed-off-by: Stewart Smith <stewart@linux.vnet.ibm.com>
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -10,6 +10,7 @@ skiboot-nosection.elf skiboot*.elf skiboot.lds skiboot.lid +skiboot.lid.xz skiboot*.map skiboot.info coverage-report/ @@ -56,8 +57,12 @@ core/test/run-pel core/test/run-pool core/test/run-trace core/test/*-gcov +debian-jessie-vmlinux +debian-jessie-initrd.gz external/dump_trace +external/mambo/skiboot-boot_test.dump external/mambo/skiboot-hello_world.dump +external/memboot/memboot hdata/test/hdata_to_dt hdata/test/hdata_to_dt-gcov hw/ipmi/test/run-fru @@ -69,3 +74,4 @@ libflash/test/test-flash libflash/test/test-ecc libflash/test/test-flash-gcov test/hello_world/hello_kernel/hello_kernel +zImage.epapr |