Updates comments in download-deps.py and updates .gitignore

This commit is contained in:
James Chen 2014-05-07 21:36:51 +08:00
parent 4e59949d33
commit 357b07d532
2 changed files with 2 additions and 2 deletions

2
.gitignore vendored
View File

@ -133,5 +133,5 @@ project.properties
/external/win32-specific/
/external/winrt-specific/
/external/wp8-specific/
/v3-deps-*.zip
/v*-deps-*.zip
/external/version.json

View File

@ -3,7 +3,7 @@
#
# ./download-deps.py
#
# Download Cocos2D-X resources from github (https://github.com/cocos2d/cocos2d-x-external) and extract from ZIP
# Download Cocos2D-X resources from github (https://github.com/cocos2d/cocos2d-x-3rd-party-libs-bin) and extract from ZIP
#
# Helps prevent repo bloat due to large binary files since they can
# be hosted separately.