exclude git specific files from the distribution tarballs
[citadel.git] / libcitadel / buildpackages
index a38c2b5d817a68f064cf91b20fd5657371c1aef7..7b16b6fde2d5e4e93c1fcefafbd219479da8817a 100755 (executable)
@@ -101,7 +101,7 @@ EMAIL=citadel@outgesourced.org
        ;;
     sourcedist)
        cd ..; tar --exclude .svn \
-           --exclude "*svn*" \
+           --exclude ".gitignore" \
            --exclude .libs \
            --exclude "*.lo" \
            --exclude "*.o" \
@@ -113,6 +113,6 @@ EMAIL=citadel@outgesourced.org
            -chvzf libcitadel-$LIBCITADEL_VERSION.tar.gz libcitadel-$LIBCITADEL_VERSION/
        ;;
        *)
-               echo "Not yet implemented. we have: debian "
+               echo "Not yet implemented. we have: debian, sourcedist "
                ;;
 esac