From dd98ce6eabef939c8269bc7b77d28c93fc8399aa Mon Sep 17 00:00:00 2001 From: castano Date: Wed, 18 Mar 2009 06:55:54 +0000 Subject: [PATCH] Add one more exclude rule to pkg builder script. --- buildpkg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/buildpkg b/buildpkg index 5e67f6b..0bf33b1 100755 --- a/buildpkg +++ b/buildpkg @@ -4,4 +4,4 @@ tar zcvf nvidia-texture-tools-`cat VERSION`.tar.gz \ --exclude '.*' --exclude debian --exclude '*~' --exclude buildpkg \ --exclude 'build-*' --exclude data --exclude tags --exclude Makefile \ --exclude qtcreator-build --exclude 'nvidia-texture-tools-*.tar.gz' \ - --transform 's,^,nvidia-texture-tools/,' * + --exclude '*.user' --transform 's,^,nvidia-texture-tools/,' *