From f6436849788aa5f3ddc71a946b11c55e207c8a7f Mon Sep 17 00:00:00 2001 From: Ken Werner Date: Wed, 23 Mar 2011 15:55:06 +0000 Subject: [PATCH] Add test-static-link to the .gitignore file. Prevents 'git status' from listing the tests/test-static-link. Signed-off-by: Ken Werner --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index d3ed3951..36c3b61d 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