mirror of
https://github.com/devkitPro/buildscripts.git
synced 2026-03-21 17:44:41 -05:00
ignore all toolchain build folders
This commit is contained in:
parent
ce64db576f
commit
46d25cdbb9
|
|
@ -1,6 +1,6 @@
|
|||
#!/bin/sh
|
||||
DATESTRING=$(date +%Y)$(date +%m)$(date +%d)
|
||||
cd .. && tar --exclude=*CVS* --exclude=.svn --exclude=.git --exclude=*.log --exclude=*.bz2 \
|
||||
--exclude=*.gz --exclude=config.sh --exclude=.devkitARM --exclude=.devkitPPC \
|
||||
--exclude=.devkitPSP --exclude=.gitignore \
|
||||
--exclude=*.gz --exclude=config.sh --exclude=.devkitARM* --exclude=.devkitPPC* \
|
||||
--exclude=.devkitA64* --exclude=.gitignore \
|
||||
-cvjf buildscripts-$DATESTRING.tar.bz2 buildscripts
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user