use git ls-files to make tags
[bootmanager.git] / Makefile
index 92c762a..d7ad72e 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -47,6 +47,6 @@ endif
 
 ##########
 tags:
-       find . -type f | egrep -v 'TAGS|DIFF|/\.svn/|\.git/|~$$' | xargs etags
+       git ls-files | xargs etags
 
 .PHONY: tags