[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Libunwind-devel] [PATCH 3/3] Add tests/[GL]perf-trace to the .gitignore
From: |
Ken Werner |
Subject: |
[Libunwind-devel] [PATCH 3/3] Add tests/[GL]perf-trace to the .gitignore file. |
Date: |
Mon, 4 Apr 2011 16:11:04 +0200 |
Prevents 'git status' from listing the tests/[GL]perf-trace.
Signed-off-by: Ken Werner <address@hidden>
---
.gitignore | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/.gitignore b/.gitignore
index 120b555..c89e7be 100644
--- a/.gitignore
+++ b/.gitignore
@@ -52,3 +52,4 @@ tests/test-ptrace-misc
tests/test-varargs
tests/test-static-link
tests/[GL]test-trace
+tests/[GL]perf-trace
--
1.7.4.1