From b1af43ea6829b6a1085e5d95b31fe45bf51e47d9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ville=20Skytt=C3=A4?= Date: Sun, 11 Jan 2009 10:56:33 +0200 Subject: Exclude .gitignore from tarball. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 16f0982..405cb24 100644 --- a/Makefile +++ b/Makefile @@ -104,7 +104,7 @@ dist: clean @-rm -rf $(TMPDIR)/$(ARCHIVE) @mkdir $(TMPDIR)/$(ARCHIVE) @cp -a * $(TMPDIR)/$(ARCHIVE) - @tar czf $(PACKAGE).tar.gz -C $(TMPDIR) --exclude debian --exclude .git $(ARCHIVE) + @tar czf $(PACKAGE).tar.gz -C $(TMPDIR) --exclude .gitignore $(ARCHIVE) @-rm -rf $(TMPDIR)/$(ARCHIVE) @echo Distribution package created as $(PACKAGE).tar.gz -- cgit v1.2.3