zip ignore old files

This commit is contained in:
Brevven 2021-03-09 03:31:04 -08:00
parent 998221eef2
commit baa7e566b4

View file

@ -16,7 +16,7 @@ copy:
mkdir -p ../$(v)
cp -rf * ../$(v)
rm -f ../$(v).zip
cd ..; zip -9 -r -y $(v).zip $(v) -x "*.xcf" -x "*.git*" -x "*.bak"
cd ..; zip -9 -r -y $(v).zip $(v) -x "*.xcf" -x "*.git*" -x "*.bak" -x "*/old-files/*"
install: copy