Buildpackgaes: more files to ignore for the distribution tarballs.
[citadel.git] / libcitadel / buildpackages
index 7b16b6fde2d5e4e93c1fcefafbd219479da8817a..0a2bd583e4d2092806b05644a3dda42e0cd291a6 100755 (executable)
@@ -100,14 +100,16 @@ EMAIL=citadel@outgesourced.org
 
        ;;
     sourcedist)
-       cd ..; tar --exclude .svn \
+       cd ..; tar \
            --exclude ".gitignore" \
-           --exclude .libs \
            --exclude "*.lo" \
            --exclude "*.o" \
            --exclude "*.d" \
+           --exclude "autom4te.cache/*" \
            --exclude "debian/*" \
            --exclude "sysdep.h" \
+           \
+           --exclude .libs \
            --exclude tests/testdata \
            \
            -chvzf libcitadel-$LIBCITADEL_VERSION.tar.gz libcitadel-$LIBCITADEL_VERSION/