From 5cff8a9b39941a28d6307762c11c4a70ccc9b444 Mon Sep 17 00:00:00 2001 From: Jon Maddox Date: Mon, 25 Mar 2013 09:23:56 -0400 Subject: [PATCH] ignore all dynamic libraries in ios/modules --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 4d06d28530..211294259f 100644 --- a/.gitignore +++ b/.gitignore @@ -45,4 +45,5 @@ profile DerivedData .idea/ *.hmap -ios/tmp \ No newline at end of file +ios/tmp +ios/modules/*.dylib