From 8cd46331913940103dfef41c6f01bba3872a2bdd Mon Sep 17 00:00:00 2001 From: Scott Ehlert Date: Wed, 19 May 2010 04:14:49 -0500 Subject: [PATCH] Updated .hgignore to ignore dylib binaries on OS X. --- .hgignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.hgignore b/.hgignore index 39d0b36..1b889f4 100644 --- a/.hgignore +++ b/.hgignore @@ -1,5 +1,6 @@ # Binaries \.dll$ +\.dylib$ \.exe$ \.so$