From bb51c5812ac2b3f4a3e2d49c0911f149e29c4691 Mon Sep 17 00:00:00 2001 From: Thierry Parmentelat Date: Thu, 7 Mar 2013 15:04:03 +0100 Subject: [PATCH] more accurate make tags --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index e8b83bc7..c4074fa6 100644 --- a/Makefile +++ b/Makefile @@ -7,7 +7,7 @@ force: #################### compute emacs tags # list files under git but exclude third-party stuff like bootstrap and jquery myfiles: force - @git ls-files | egrep -v 'insert(_|-)above|/bootstrap/|/jquery/|datatables/' + @git ls-files | egrep -v 'insert(_|-)above|/bootstrap.*[0-9]|/jquery/|datatables/' # in general it's right to rely on the contents as reported by git tags: force -- 2.43.0