From: Thierry Parmentelat Date: Fri, 8 Apr 2011 11:40:31 +0000 (+0200) Subject: exclude more files from tags X-Git-Tag: sfa-1.0-21-ckp1~74^2~14 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=0e71da6e9c8b883b01ccee480e938e6a6a798255;hp=dcc36247093a332c81ae50564e52a5fdf6480bfb;p=sfa.git exclude more files from tags --- diff --git a/Makefile b/Makefile index 9d9c8318..5bb1bbad 100644 --- a/Makefile +++ b/Makefile @@ -87,7 +87,7 @@ force: ########## tags: - find . -type f | egrep -v '/\.git/|/\.svn/|TAGS|\.py[co]$$|\.doc$$|\.html$$|\.pdf$$|~$$|\.png$$|\.svg$$|\.out$$' | xargs etags + find . -type f | egrep -v '/\.git/|/\.svn/|TAGS|\.py[co]$$|\.doc$$|\.html$$|\.pdf$$|~$$|\.png$$|\.svg$$|\.out$$|\.bak$$|\.xml$$' | xargs etags .PHONY: tags signatures: