From 4e49965f218471f1ec38c794a2cb151fbf1cc91b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Timo=20M=E4kinen?= Date: Wed, 11 Nov 2009 08:49:08 +0200 Subject: [PATCH] Excluded .git from tar archive. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 6216ef8..bc8669c 100644 --- a/Makefile +++ b/Makefile @@ -5,4 +5,4 @@ all: puppet-modules.tar.gz puppet-modules.tar.gz: $(MODULES) umask 022 ; tar zcvf $@ --owner=root --group=root \ - --mode g-w,o=g $^ + --mode g-w,o=g --exclude=.git $^