Browse Source

utils: ignore build directory when building the tarball

remotes/origin/split-songs
Romain Goffe 13 years ago
parent
commit
e90970101d
  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