Avoid deleting excluded files in .gitignore in build script

This commit is contained in:
Saivann 2015-07-04 14:42:05 -04:00
parent af4cbf4c39
commit 15c0c2626e
No known key found for this signature in database
GPG key ID: 5780F5D31B5577B0

View file

@ -38,7 +38,7 @@ fi
# Update local branch
git reset --hard origin/master
git clean -x -f -d
git clean -f -d
## Whether to auto-build or force-build
case "${1:-nil}" in