exclude local config file

This commit is contained in:
Dave Murphy 2008-11-29 12:53:54 +00:00
parent 199e870a87
commit f322273249

View File

@ -2,4 +2,4 @@
make -C tools clean
DATESTRING=$(date +%Y)$(date +%m)$(date +%d)
chmod +x build-devkit.sh
cd .. && tar --exclude=*CVS* --exclude=*.log --exclude=*.bz2 -cvjf buildscripts-$DATESTRING.tar.bz2 buildscripts
cd .. && tar --exclude=*CVS* --exclude=*.log --exclude=*.bz2 --exclude=*.gz --exclude=config.sh -cvjf buildscripts-$DATESTRING.tar.bz2 buildscripts