Cleaned up .gitignore

This commit is contained in:
pelya
2013-02-23 13:58:43 +02:00
parent d3c71aa228
commit 0ce3784210
4 changed files with 3 additions and 2 deletions

View File

@@ -1099,6 +1099,7 @@ rm -rf project/bin/classes
rm -rf project/bin/res
if which convert > /dev/null; then
mkdir -p project/res/drawable-xhdpi
convert project/res/drawable/ouya_icon.png -resize '732x412!' project/res/drawable-xhdpi/ouya_icon.png
else
echo "Install ImageMagick to auto-resize Ouya icon from icon.png"