From: Guillem Jover Date: Sat, 26 Jul 2008 19:42:39 +0000 (+0300) Subject: Do not include .gitignore in the dist tarball X-Git-Tag: 0.0.1^0 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=aefc6f441aa1ae51135fea33d25572e39222cce7;p=thirdparty%2Flibbsd.git Do not include .gitignore in the dist tarball --- diff --git a/Makefile b/Makefile index 09a24d7..904d21b 100644 --- a/Makefile +++ b/Makefile @@ -130,7 +130,7 @@ ChangeLog: dist: ChangeLog mkdir $(TAR_NAME) cp -a include src man $(LIB_DIST) $(TAR_NAME) - tar czf $(TAR_FILE) $(TAR_NAME) + tar czf $(TAR_FILE) --exclude=.gitignore $(TAR_NAME) rm -rf $(TAR_NAME) gpg -a -b $(TAR_FILE)