From 01eb16977359c7953dbabb52e1f6a132d93839f3 Mon Sep 17 00:00:00 2001 From: Chris Wilson Date: Thu, 18 Oct 2007 19:28:00 +0100 Subject: [PATCH] [test/.gitignore] Add *.exe.so Ignore these winegcc output files. --- test/.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/test/.gitignore b/test/.gitignore index d13f1a4e2..0fc28e821 100644 --- a/test/.gitignore +++ b/test/.gitignore @@ -165,6 +165,7 @@ valgrind-log *.gcda *.gcno *.exe +*.exe.so *.obj *.ilk *.pdb