From 171e3e51f4abc737a0ea562d605e6f21cf093c5f Mon Sep 17 00:00:00 2001 From: Ken Werner Date: Fri, 1 Apr 2011 19:46:17 +0200 Subject: [PATCH] Add tests/[GL]perf-trace to the .gitignore file. Prevents 'git status' from listing the tests/[GL]perf-trace. Signed-off-by: Ken Werner --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index f21337aa..62563e56 100644 --- a/.gitignore +++ b/.gitignore @@ -53,3 +53,4 @@ tests/test-ptrace-misc tests/test-varargs tests/test-static-link tests/[GL]test-trace +tests/[GL]perf-trace