cosmetic
[bootmanager.git] / Makefile
index e427288..2d4054d 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1,5 +1,3 @@
-# 
-# $Id: Makefile 682 2007-07-19 09:00:25Z thierry $
 #
 
 ########## sync
@@ -42,6 +40,6 @@ endif
 
 ##########
 tags:
-       find . -type f | egrep -v '/\.svn/|~$$' | xargs etags
+       find . -type f | egrep -v '/\.svn/|\.git/|~$$' | xargs etags
 
 .PHONY: tags