Commit beec8528 authored by Poul-Henning Kamp's avatar Poul-Henning Kamp

Don't blast gcov

parent dddeaddf
...@@ -42,13 +42,14 @@ rsync: all ...@@ -42,13 +42,14 @@ rsync: all
${RSYNCARGS} \ ${RSYNCARGS} \
-r \ -r \
--del \ --del \
--exclude '/trac' \
--exclude '/comment' \ --exclude '/comment' \
--exclude '/docs/trunk' \
--exclude '/docs/[2-9]*' \
--exclude '/forum' \ --exclude '/forum' \
--exclude '/gcov' \
--exclude '/tools' \ --exclude '/tools' \
--exclude '/trac' \
--exclude '/vtest' \ --exclude '/vtest' \
--exclude '/docs/trunk' \
--exclude '/docs/[2-9]*' \
build/html/. \ build/html/. \
${DESTHTTP} ${DESTHTTP}
......
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