From f48846304976061aed5784659c299bc4cb9b681e Mon Sep 17 00:00:00 2001 From: Stewart Smith Date: Tue, 27 Jan 2015 09:18:59 +1100 Subject: add libc/test/.gitignore for the new libc unit tests Signed-off-by: Stewart Smith --- libc/test/.gitignore | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 libc/test/.gitignore (limited to 'libc/test') 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 + -- cgit v1.1