X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=Makefile;h=e427288da6460f462c8dc3df4dbf48691e043bb5;hb=0f6d1a768aa03d38861c5011333135a8068eac2c;hp=7769042ae38851749247e158c27478f232f7ac55;hpb=148ab35ddc160825233cb0930adf5573fb081fe9;p=bootmanager.git diff --git a/Makefile b/Makefile index 7769042..e427288 100644 --- a/Makefile +++ b/Makefile @@ -42,6 +42,6 @@ endif ########## tags: - find . '(' -name '*.py' -o -name '*.spec' ')' | xargs etags + find . -type f | egrep -v '/\.svn/|~$$' | xargs etags .PHONY: tags