Skip to content

Commit 46d25cd

Browse files
committed
ignore all toolchain build folders
1 parent ce64db5 commit 46d25cd

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

makedist.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/bin/sh
22
DATESTRING=$(date +%Y)$(date +%m)$(date +%d)
33
cd .. && tar --exclude=*CVS* --exclude=.svn --exclude=.git --exclude=*.log --exclude=*.bz2 \
4-
--exclude=*.gz --exclude=config.sh --exclude=.devkitARM --exclude=.devkitPPC \
5-
--exclude=.devkitPSP --exclude=.gitignore \
4+
--exclude=*.gz --exclude=config.sh --exclude=.devkitARM* --exclude=.devkitPPC* \
5+
--exclude=.devkitA64* --exclude=.gitignore \
66
-cvjf buildscripts-$DATESTRING.tar.bz2 buildscripts

0 commit comments

Comments
 (0)