Browse Source

utils: ignore build directory when building the tarball

remotes/bexa/master
Romain Goffe 13 years ago
parent
commit
9df9c96f18
  1. 1
      utils/tarball.sh

1
utils/tarball.sh

@ -11,6 +11,7 @@ cp -RH songbook songbook-$(date +%d)-$(date +%m)-$(date +%Y);
#Remove unecessary directories
cd songbook-$(date +%d)-$(date +%m)-$(date +%Y);
rm -rf perso/ ;
rm -rf build/ ;
rm -rf data/ ;
rm -rf .git/ ;
rm -f .gitignore ;

Loading…
Cancel
Save