Forum Discussion
RokuMarkn
12 years agoVisitor
If you're using app.mk, the comment at the beginning of the file describes how to add exclude parameters to the zip command.
# to exclude certain files from being added to the zipfile during packaging
# include a line like this:ZIP_EXCLUDE= -x keys\*
# that will exclude any file who's name begins with 'keys'
# to exclude using more than one pattern use additional '-x <pattern>' arguments
# ZIP_EXCLUDE= -x \*.pkg -x storeassets\*
#