From: Thierry Parmentelat Date: Tue, 25 Oct 2011 14:41:29 +0000 (+0200) Subject: add exclusion when making tags X-Git-Tag: sfa-1.1-1~44 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=0505ed9c7ca98596e4369f7302144f7a6dc958b2;p=sfa.git add exclusion when making tags --- diff --git a/Makefile b/Makefile index f162f5f6..94669614 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$$|\.bak$$|\.xml$$' | xargs etags + find . -type f | egrep -v '/\.git/|/\.svn/|TAGS|~$$|\.(py[co]|doc|html|pdf|png|svg|out|bak|xml|dg)$$' | xargs etags .PHONY: tags signatures: