now a git module
[bootmanager.git] / 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