diff --git a/.gitignore b/.gitignore index 94e5b8e96b..ae8b6a24c7 100644 --- a/.gitignore +++ b/.gitignore @@ -19,7 +19,6 @@ !/SUBVERS !/VERDATE !/VERSION -!/contrib !/admin !/dev !/doc diff --git a/CONTRIBUTING b/CONTRIBUTING index 73a27c7dbd..db89ef7bc1 100644 --- a/CONTRIBUTING +++ b/CONTRIBUTING @@ -818,9 +818,7 @@ exhaustive: - poll any of the pollers - - halog the halog sub-component in the contrib directory - - - contrib any addition to the contrib directory + - halog the halog sub-component in the admin directory - htx general HTX subsystem diff --git a/Makefile b/Makefile index 2d9cc0ca53..d38d6c60a6 100644 --- a/Makefile +++ b/Makefile @@ -1008,7 +1008,7 @@ clean: $(Q)for dir in . src dev/* admin/* addons/* include/* doc; do rm -f $$dir/*~ $$dir/*.rej $$dir/core; done $(Q)rm -f haproxy-$(VERSION).tar.gz haproxy-$(VERSION)$(SUBVERS)$(EXTRAVERSION).tar.gz $(Q)rm -f haproxy-$(VERSION) haproxy-$(VERSION)$(SUBVERS)$(EXTRAVERSION) nohup.out gmon.out - $(Q)rm -f {admin,dev,contrib}/*/*.[oas] {admin,dev,contrib}/*/*/*.[oas] {admin,dev,contrib}/*/*/*/*.[oas] + $(Q)rm -f {admin,dev}/*/*.[oas] {admin,dev}/*/*/*.[oas] {admin,dev}/*/*/*/*.[oas] $(Q)rm -f addons/promex/*.[oas] $(Q)rm -f addons/51degrees/*.[oas] addons/51degrees/dummy/*.[oas] addons/51degrees/dummy/*/*.[oas] $(Q)rm -f addons/deviceatlas/*.[oas] addons/deviceatlas/dummy/*.[oas]