]> git.saurik.com Git - android/aapt.git/commitdiff
Merge "Fix "Too many open files" error for aapt built with Mac OS X SDK 10.6."
authorYing Wang <wangying@google.com>
Tue, 5 Jun 2012 18:20:41 +0000 (11:20 -0700)
committerAndroid (Google) Code Review <android-gerrit@google.com>
Tue, 5 Jun 2012 18:20:41 +0000 (11:20 -0700)
AaptAssets.cpp

index f2fa3f57e245f83798174d181ca2e9348445830e..46b8a274b1af2dfccfcc782dfe66afcf4d483310 100644 (file)
@@ -58,7 +58,7 @@ static bool validateFileName(const char* fileName)
 
 // The default to use if no other ignore pattern is defined.
 const char * const gDefaultIgnoreAssets =
-    "!.svn:!.git:.*:<dir>_*:!CVS:!thumbs.db:!picasa.ini:!*.scc:*~";
+    "!.svn:!.git:!.ds_store:!*.scc:.*:<dir>_*:!CVS:!thumbs.db:!picasa.ini:!*~";
 // The ignore pattern that can be passed via --ignore-assets in Main.cpp
 const char * gUserIgnoreAssets = NULL;