adjusting the build system to prune out some subdirectories

This commit is contained in:
Danny Yoo 2011-10-05 13:59:41 -04:00
parent 320620bf98
commit 0da217b8fd

View File

@ -11,8 +11,10 @@ echo "Checking out clean repo"
git archive --format=tar --prefix=$PROJNAME/ HEAD | (cd tmp && tar xf -)
## Remove any directories that we don't want as part of the repository.
#cd $OLDDIR/tmp/$PROJNAME/private
#rm -rf sandbox
rm -rf $OLDDIR/tmp/experiments
rm -rf $OLDDIR/tmp/notes
rm -rf $OLDDIR/tmp/simulator
rm -rf $OLDDIR/tmp/tests
cd $OLDDIR/tmp