Module: check_mk
Branch: master
Commit: 03e4dae5c7127fb937abb99d327d9bd8f7cbd088
URL:
http://git.mathias-kettner.de/git/?p=check_mk.git;a=commit;h=03e4dae5c7127f…
Author: Lars Michelsen <lm(a)mathias-kettner.de>
Date: Wed Oct 4 21:03:18 2017 +0200
make dist: Cleaned up temporary ignore of files
Change-Id: I3b6e027b1153a57b1fd841f9209d8721d26517c5
---
Makefile | 2 --
1 file changed, 2 deletions(-)
diff --git a/Makefile b/Makefile
index a23bb43..4dd6638 100644
--- a/Makefile
+++ b/Makefile
@@ -214,8 +214,6 @@ dist: mk-livestatus-$(VERSION).tar.gz $(DISTNAME).tar.gz config.h.in
$(DIST_DEPS
--exclude .gitignore \
--exclude .gitmodules \
--exclude .gitattributes \
- --exclude agents/windows/\*.exe \
- --exclude agents/windows/chroot \
--exclude $(DIST_ARCHIVE) \
$$EXCLUDES \
* .werks .clang* | tar x -C check-mk-$(EDITION)-$(OMD_VERSION) ; \