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 $^