Prevents 'git status' from listing the tests/test-static-link. Signed-off-by: Ken Werner <[email protected]> --- .gitignore | 1 + 1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/.gitignore b/.gitignore index d3ed395..36c3b61 100644 --- a/.gitignore +++ b/.gitignore @@ -50,3 +50,4 @@ tests/test-strerror tests/test-proc-info tests/test-ptrace-misc tests/test-varargs +tests/test-static-link -- 1.7.4.1 _______________________________________________ Libunwind-devel mailing list [email protected] http://lists.nongnu.org/mailman/listinfo/libunwind-devel
