diff --git a/Makefile b/Makefile index d438f9f54..b20abe323 100644 --- a/Makefile +++ b/Makefile @@ -75,7 +75,7 @@ URL_IGNORE=\#$\ ,/.*web.libera.chat.*/$\ ,/^http://tracing.istio-system.*/$\ ,/^https://tracing-service.*/$\ - ,/^https://twitter.com/kialiproject + ,/^https://twitter.com/kialiproject.*/ NEW_URLS=$(shell scripts/ignore_new_urls.sh 2> /dev/null) URL_IGNORE:=$(URL_IGNORE)$(NEW_URLS)