From 6dffff4ffee6447ba79fee1c19f55b44d4aa7c3a Mon Sep 17 00:00:00 2001 From: Matthew Wall Date: Fri, 24 Nov 2023 07:49:07 -0500 Subject: [PATCH] ideas is already in gitignore --- makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/makefile b/makefile index b491b43f..786416e7 100644 --- a/makefile +++ b/makefile @@ -192,7 +192,7 @@ src-tarball: $(DSTDIR)/$(SRCPKG) $(DSTDIR)/$(SRCPKG): mkdir -p $(BLDDIR)/weewx-$(VERSION) - rsync -ar ./ $(BLDDIR)/weewx-$(VERSION) --exclude-from .gitignore --exclude .git --exclude .editorconfig --exclude .idea --exclude .github --exclude .gitignore + rsync -ar ./ $(BLDDIR)/weewx-$(VERSION) --exclude-from .gitignore --exclude .git --exclude .editorconfig --exclude .github --exclude .gitignore mkdir -p $(DSTDIR) tar cfz $(DSTDIR)/$(SRCPKG) -C $(BLDDIR) weewx-$(VERSION)