]> git.saurik.com Git - android/aapt.git/commit
Tweak default ignore-assets path
authorTor Norbye <tnorbye@google.com>
Mon, 4 Jun 2012 17:38:13 +0000 (10:38 -0700)
committerTor Norbye <tnorbye@google.com>
Mon, 4 Jun 2012 17:41:38 +0000 (10:41 -0700)
commitf77a54f9436c77b4eb193fb853e48129a02fcfc8
tree73d10144812280e3b46770e09df623e26b53d9ef
parent1beaac92e4594d6d76c2da521341c1effd1d2313
Tweak default ignore-assets path

Add .DS_Store to the list of ignored files that are silently
ignored (other dot-files are ignored but aapt emits a "(skipping <x>)"
message.)

Also, add a "!" prefix to the *~ pattern for Emacs/Vim/Gedit backup
files.

Finally, move the !*.scc pattern up in front of the .* pattern, such
that it doesn't match the earlier .* pattern (which is verbose, unlike
!*.scc).

Change-Id: Id3e96490f1802486aea8c58366d43e9d413971b8
AaptAssets.cpp