mirror of
https://github.com/weewx/weewx.git
synced 2026-04-17 16:16:56 -04:00
ideas is already in gitignore
This commit is contained in:
2
makefile
2
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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user