X-Git-Url: http://git.onelab.eu/?p=myslice.git;a=blobdiff_plain;f=Makefile;h=a29b5b3a44980d20fe6280c4346c9b2d8e521e68;hp=c4074fa6ffe2ab40ced6927dd858e56b9018e718;hb=fcebef2a30c4061ef8b7e302ad9e88554ed6803a;hpb=b6440c94e0213514fee41d0906645f7657ba881f diff --git a/Makefile b/Makefile index c4074fa6..a29b5b3a 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.*[0-9]|/jquery/|datatables/' + @git ls-files | egrep -v 'insert(_|-)above|static/bootstrap|/jquery/|datatables/' # in general it's right to rely on the contents as reported by git tags: force