From ccc890a63414d256c011f39865d452b2ca6e1586 Mon Sep 17 00:00:00 2001 From: Strahinja Val Markovic Date: Sun, 13 Jan 2013 12:35:05 -0800 Subject: [PATCH] Gitignore now ignores dylib files as well --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 7f60d231..6c1f9a7c 100644 --- a/.gitignore +++ b/.gitignore @@ -5,6 +5,7 @@ # Compiled Dynamic libraries *.so +*.dylib # Compiled Static libraries *.lai