exclude git specific files from the distribution tarballs
[citadel.git] / citadel / buildpackages
index 8b181852e140d219bec2ff4fc13795e6ca62d799..2a027858babeb1006e7a41a3023fa75cfd4ca787 100755 (executable)
@@ -100,7 +100,7 @@ EMAIL=citadel@outgesourced.org
 
        ;;
     sourcedist)
-       cd ..; tar --exclude .svn --exclude "debian/*" -chvzf citadel-$CITADEL_VERSION.tar.gz citadel-$CITADEL_VERSION/
+       cd ..; tar --exclude .gitignore --exclude "debian/*" -chvzf citadel-$CITADEL_VERSION.tar.gz citadel-$CITADEL_VERSION/
        ;;
        *)
                echo "Not yet implemented. we have: debian "