diff options
author | Stewart Smith <stewart@linux.vnet.ibm.com> | 2015-06-25 15:44:38 +1000 |
---|---|---|
committer | Stewart Smith <stewart@linux.vnet.ibm.com> | 2015-06-25 15:44:38 +1000 |
commit | 9df8fa664359cf8e4306e2eca7cf33614e953f68 (patch) | |
tree | 6a46c7ca13f1f36ff99c960063c184f7bcda3da7 | |
parent | 23f37db573a46c86ec659e5d7758f4f3560f7527 (diff) | |
download | skiboot-9df8fa664359cf8e4306e2eca7cf33614e953f68.zip skiboot-9df8fa664359cf8e4306e2eca7cf33614e953f68.tar.gz skiboot-9df8fa664359cf8e4306e2eca7cf33614e953f68.tar.bz2 |
update gitignore for new test cases
Signed-off-by: Stewart Smith <stewart@linux.vnet.ibm.com>
-rw-r--r-- | .gitignore | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -31,6 +31,10 @@ ccan/str/test/run-STR_MAX_CHARS core/test/run-console-log core/test/run-time-utils core/test/run-timer +core/test/run-console-log-buf-overrun +core/test/run-console-log-pr_fmt +core/test/run-mem_region_next +core/test/run-mem_region_reservations ccan/*/test/gmon.out core/test/run-device core/test/run-malloc @@ -52,6 +56,7 @@ 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-flash-gcov |