From 0e71da6e9c8b883b01ccee480e938e6a6a798255 Mon Sep 17 00:00:00 2001 From: Thierry Parmentelat Date: Fri, 8 Apr 2011 13:40:31 +0200 Subject: [PATCH] exclude more files from tags --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: -- 2.43.0