make tags for git repos
authorThierry Parmentelat <thierry.parmentelat@sophia.inria.fr>
Tue, 27 Mar 2012 12:35:12 +0000 (14:35 +0200)
committerThierry Parmentelat <thierry.parmentelat@sophia.inria.fr>
Tue, 27 Mar 2012 12:35:12 +0000 (14:35 +0200)
Makefile

index 309e17a..bdfe60d 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1,6 +1,6 @@
 ##########
 tags:
-       find . -type f | egrep -v '.svn/|~$$' | xargs etags
+       find . -type f | egrep -v '\.git/|~$$' | xargs etags
 
 .PHONY: tags