diff options
author | Stewart Smith <stewart@linux.vnet.ibm.com> | 2015-01-27 09:18:59 +1100 |
---|---|---|
committer | Stewart Smith <stewart@linux.vnet.ibm.com> | 2015-01-27 09:18:59 +1100 |
commit | f48846304976061aed5784659c299bc4cb9b681e (patch) | |
tree | 5f0bbe94800ead76a504a19093375130eb9a3ff0 | |
parent | 190941549d2e1458ce60676b0082e85d471794d9 (diff) | |
download | skiboot-f48846304976061aed5784659c299bc4cb9b681e.zip skiboot-f48846304976061aed5784659c299bc4cb9b681e.tar.gz skiboot-f48846304976061aed5784659c299bc4cb9b681e.tar.bz2 |
add libc/test/.gitignore for the new libc unit tests
Signed-off-by: Stewart Smith <stewart@linux.vnet.ibm.com>
-rw-r--r-- | libc/test/.gitignore | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/libc/test/.gitignore b/libc/test/.gitignore new file mode 100644 index 0000000..c1002af --- /dev/null +++ b/libc/test/.gitignore @@ -0,0 +1,10 @@ +gmon.out +run-ctype +run-ctype-gcov +run-memops +run-memops-gcov +run-snprintf +run-snprintf-gcov +run-stdlib +run-stdlib-gcov + |