now a git module
authorThierry Parmentelat <thierry.parmentelat@sophia.inria.fr>
Mon, 3 Jan 2011 13:20:47 +0000 (14:20 +0100)
committerThierry Parmentelat <thierry.parmentelat@sophia.inria.fr>
Mon, 3 Jan 2011 13:20:47 +0000 (14:20 +0100)
Makefile

index e427288..57c21d6 100644 (file)
--- 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