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/,' *