Exclude svn dirs

git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@2759 8092fc87-c524-0410-9efc-e669fe64eaf9
This commit is contained in:
Meep-Eep
2007-05-22 04:11:20 +00:00
parent 0c5620d42b
commit e2967a124d
+1 -1
View File
@@ -39,7 +39,7 @@ ZIP="zip -X -q -n .ogg -8"
make_content_list() { make_content_list() {
cd "$CONTENT_DIR" cd "$CONTENT_DIR"
find . -type f -not -path '*/CVS*' -and -not -name "*.ogg" -and -not -name "version" | sort > "$CONTENT_LIST" find . -type f -not -path '*/CVS*' -not -path '*/.svn*' -not -name "*.ogg" -not -name "version" | sort > "$CONTENT_LIST"
} }
make_voice_list() { make_voice_list() {