diff options
| author | Sergey Shepelev <temotor@gmail.com> | 2015-04-09 16:54:16 +0300 |
|---|---|---|
| committer | Sergey Shepelev <temotor@gmail.com> | 2015-04-09 16:54:16 +0300 |
| commit | d52881301e4108ca35af212ab4fdbf87670da043 (patch) | |
| tree | 925df81523a080242b6cd4edb56875417958ab63 | |
| parent | bc0a59f8efdb6d436dd41bcf1b2194b8967bfe7f (diff) | |
| download | eventlet-d52881301e4108ca35af212ab4fdbf87670da043.tar.gz | |
build-website: leave gitignore alone
| -rwxr-xr-x | bin/build-website.bash | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/build-website.bash b/bin/build-website.bash index a7229a6..8f461e0 100755 --- a/bin/build-website.bash +++ b/bin/build-website.bash @@ -57,7 +57,7 @@ if [ $commit -eq 1 ]; then source_id=`git rev-parse --short HEAD` git branch --track gh-pages origin/gh-pages || true git checkout gh-pages - git ls-files -z |xargs -0 rm -f + git ls-files |grep -Ev '^.gitignore$' |xargs rm -f rm -rf "doc" mv "$build"/* ./ |
