mirror of
https://github.com/devkitPro/buildscripts.git
synced 2026-03-21 17:44:41 -05:00
exclude .git dirs
This commit is contained in:
parent
64a8a5072c
commit
b48a34f5a7
|
|
@ -1,5 +1,3 @@
|
|||
#!/bin/sh
|
||||
make -C tools clean
|
||||
DATESTRING=$(date +%Y)$(date +%m)$(date +%d)
|
||||
chmod +x build-devkit.sh
|
||||
cd .. && tar --exclude=*CVS* --exclude=.svn --exclude=*.log --exclude=*.bz2 --exclude=*.gz --exclude=config.sh -cvjf buildscripts-$DATESTRING.tar.bz2 buildscripts
|
||||
cd .. && tar --exclude=*CVS* --exclude=.svn --exclude=.git --exclude=*.log --exclude=*.bz2 --exclude=*.gz --exclude=config.sh -cvjf buildscripts-$DATESTRING.tar.bz2 buildscripts
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user