From: Jerome Tollet Date: Sat, 9 Jan 2021 00:47:36 +0000 (+0100) Subject: build: add python files to ctags X-Git-Tag: v21.10-rc0~696 X-Git-Url: https://gerrit.fd.io/r/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F75%2F30675%2F2;p=vpp.git build: add python files to ctags Type: improvement Signed-off-by: Jerome Tollet Change-Id: Ifb97b3a52d8bf4ecc09dc1e8ff94992fef309a65 --- diff --git a/Makefile b/Makefile index ef3cbe8d2ff..0633ae1af19 100644 --- a/Makefile +++ b/Makefile @@ -516,7 +516,7 @@ endef endif %.files: .FORCE - @find . \( -name '*\.[chyS]' -o -name '*\.java' -o -name '*\.lex' \) -and \ + @find . \( -name '*\.[chyS]' -o -name '*\.java' -o -name '*\.lex' -o -name '*\.py' \) -and \ \( -not -path './build-root*' -o -path \ './build-root/build-vpp_debug-native/dpdk*' \) > $@