X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=Makefile;fp=Makefile;h=57c21d66d0fc28f8e0d358788098d28e650c0971;hb=9e284e61ae10163a48b33060c00ea2c02fd4e49b;hp=e427288da6460f462c8dc3df4dbf48691e043bb5;hpb=fc88d961b57fa45cad2d2fa464d2bda926b46019;p=bootmanager.git diff --git a/Makefile b/Makefile index e427288..57c21d6 100644 --- a/Makefile +++ b/Makefile @@ -42,6 +42,6 @@ endif ########## tags: - find . -type f | egrep -v '/\.svn/|~$$' | xargs etags + find . -type f | egrep -v '/\.svn/|\.git/|~$$' | xargs etags .PHONY: tags