more accurate make tags
authorThierry Parmentelat <thierry.parmentelat@inria.fr>
Thu, 7 Mar 2013 14:04:03 +0000 (15:04 +0100)
committerThierry Parmentelat <thierry.parmentelat@inria.fr>
Thu, 7 Mar 2013 14:04:03 +0000 (15:04 +0100)
Makefile

index e8b83bc..c4074fa 100644 (file)
--- 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