Browse Source

update.sh: ignore other files

Signed-off-by: Alejandro Mery <amery@geeks.cl>
master
Alejandro Mery 11 years ago
parent
commit
a952d7147d
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      update.sh

+ 1
- 1
update.sh

@ -2,7 +2,7 @@
cd "$(dirname "$0")"
if [ "$(git ls-files -mdo)" ]; then
if [ "$(git ls-files -md)" ]; then
updated=true
git stash -q
else

Loading…
Cancel
Save