Add .pro.user.* to svn:ignore and remove it in the release target.
authorgregor herrmann <gregoa@debian.org>
Wed, 13 Jun 2012 16:04:50 +0000 (16:04 +0000)
committergregor herrmann <gregoa@debian.org>
Wed, 13 Jun 2012 16:04:50 +0000 (16:04 +0000)
confclerk.pro

index 662e5fb953dd8410200569e9ec73d015c838f01c..0b8db1a8c97c819a44e4b2082026deff456d2ec4 100644 (file)
@@ -35,7 +35,7 @@ tarball.commands = \
        $(DEL_FILE) -r $${TARGET}-$${VERSION} ; \
        $(MKDIR) $${TARGET}-$${VERSION} ; \
        $(COPY_DIR) * $${TARGET}-$${VERSION}/ ; \
-       $(DEL_FILE) $${TARGET}-$${VERSION}/*.pro.user \
+       $(DEL_FILE) $${TARGET}-$${VERSION}/*.pro.user* \
                $${TARGET}-$${VERSION}/$${TARGET}-$${VERSION}.tar.gz \
                $(DEL_FILE) -r $${TARGET}-$${VERSION}/$${TARGET}-$${VERSION} \
                $${TARGET}-$${VERSION}/Makefile ; \