From 36b3b2376dd99e035f5acc389f8c506647146e14 Mon Sep 17 00:00:00 2001 From: Andrew Euell Date: Tue, 16 Oct 2012 04:14:09 +0200 Subject: [PATCH] gitignore: add *.dylib for those of us on Darwin/OS X systems. Signed-off-by: Michael Niedermayer --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index b76493d337..ab860625a4 100644 --- a/.gitignore +++ b/.gitignore @@ -3,6 +3,7 @@ *.d *.def *.dll +*.dylib *.exe *.h.c *.lib