summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Kangas <matt.kangas@mongodb.com>2015-01-20 17:06:03 -0500
committerMatt Kangas <matt.kangas@mongodb.com>2015-01-20 18:23:10 -0500
commitb6f25f8a9804e8c7efc995c8a40a3fa69da857e4 (patch)
treef31844b5b4ad865346f67c037663dbc5cc06072b
parent403a992daa205f2b43469ef45b5008d817a38fb6 (diff)
downloadmongo-b6f25f8a9804e8c7efc995c8a40a3fa69da857e4.tar.gz
update-vendor-wiredtiger: exclude tools/template
-rwxr-xr-xbuildscripts/update-vendor-wiredtiger1
1 files changed, 1 insertions, 0 deletions
diff --git a/buildscripts/update-vendor-wiredtiger b/buildscripts/update-vendor-wiredtiger
index 31294762756..ca3762bfd2f 100755
--- a/buildscripts/update-vendor-wiredtiger
+++ b/buildscripts/update-vendor-wiredtiger
@@ -42,6 +42,7 @@ mkdir -p wiredtiger
tar -x --strip-components 1 \
--exclude '*/api' --exclude '*/dist/package' --exclude '*/examples' \
--exclude '*/src/docs' --exclude '*/test' --exclude '*/tools/3rdparty' \
+ --exclude '*/tools/template' \
-C wiredtiger -f ${TARBALL}
git add wiredtiger