X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=Makefile;h=a819950be9e7b73c8c67acf59e5e58dbd2b063b6;hb=e402c441c5303c2d28c0f1f73e533d7657bc1acc;hp=202f0e65d13fcd25a70939d0aae99872c7aa6f49;hpb=2d486f53c3e3acb881ddca8e3625f4dee7bc81f7;p=unfold.git diff --git a/Makefile b/Makefile index 202f0e65..a819950b 100644 --- a/Makefile +++ b/Makefile @@ -91,7 +91,7 @@ list-all list-resources: list-templates list-js list-css list-img #################### 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/|play/' # in general it's right to rely on the contents as reported by git tags: force