Prevents 'git status' from listing the tests/[GL]perf-trace. Signed-off-by: Ken Werner <[email protected]> --- .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 _______________________________________________ Libunwind-devel mailing list [email protected] http://lists.nongnu.org/mailman/listinfo/libunwind-devel
