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 /libc | |
| parent | 190941549d2e1458ce60676b0082e85d471794d9 (diff) | |
| download | talos-skiboot-f48846304976061aed5784659c299bc4cb9b681e.tar.gz talos-skiboot-f48846304976061aed5784659c299bc4cb9b681e.zip | |
add libc/test/.gitignore for the new libc unit tests
Signed-off-by: Stewart Smith <stewart@linux.vnet.ibm.com>
Diffstat (limited to 'libc')
| -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 00000000..c1002af5 --- /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 + |

