Commit b356eae8 authored by Monty's avatar Monty

Don't create tags for .xz files

parent dd8474b1
......@@ -8,7 +8,7 @@ then
echo client storage dbug libmysql sql-common \
sql extra mysys mysys_ssl strings regex pcre vio include \
tools unittest plugin libmysqld | \
xargs -n1 git ls-files | grep -v '\.jar$' | \
xargs -n1 git ls-files | grep -v '\.jar$' | grep -v '\.xz$' | \
xargs etags -o TAGS --append
else
find . -type f ! -name "*.jar" |
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment