X-Git-Url: http://git.onelab.eu/?p=myslice.git;a=blobdiff_plain;f=Makefile;h=ad27d39514fd754ea4b4ed4dd43172ac2ea1ef5d;hp=e3449bbd65cd81f4f15e675105fb9c32fd535adf;hb=f0f76a08ca9dc5d208e1521a73ba1ba60a3c0065;hpb=03839166e30819c37290f33056f44aaee1583bfc diff --git a/Makefile b/Makefile index e3449bbd..ad27d395 100644 --- a/Makefile +++ b/Makefile @@ -91,7 +91,7 @@ redo-templates: clean-templates templates #################### 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|third-party/|play/' + @git ls-files | egrep -v 'insert(_|-)above|third-party/|to-be-integrated/' # in general it's right to rely on the contents as reported by git tags: force