diff options
author | Michael Neuling <mikey@neuling.org> | 2016-11-30 13:29:14 +1100 |
---|---|---|
committer | Stewart Smith <stewart@linux.vnet.ibm.com> | 2016-12-21 17:06:46 +1100 |
commit | 4243ff4e752f5a591f75b8a2a3bb78519e05d221 (patch) | |
tree | a3f8ce77ad84da08b1c3263c60ef35f10dc8f7b9 /.gitignore | |
parent | 5413f5c9a1c3183711f1062ff19dfda39cfb711f (diff) | |
download | skiboot-4243ff4e752f5a591f75b8a2a3bb78519e05d221.zip skiboot-4243ff4e752f5a591f75b8a2a3bb78519e05d221.tar.gz skiboot-4243ff4e752f5a591f75b8a2a3bb78519e05d221.tar.bz2 |
gitignore: Add Secure/Trusted Boot build files
Signed-off-by: Michael Neuling <mikey@neuling.org>
Signed-off-by: Stewart Smith <stewart@linux.vnet.ibm.com>
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -12,6 +12,7 @@ skiboot.lds skiboot.lid skiboot.lid.xz skiboot*.map +skiboot*.stb skiboot.info coverage-report/ extract-gcov @@ -73,6 +74,7 @@ libflash/test/test-blocklevel libflash/test/test-flash libflash/test/test-ecc libflash/test/test-flash-gcov +libstb/create-container libstb/test/run-stb-container libstb/test/*-gcov test/hello_world/hello_kernel/hello_kernel |