summaryrefslogtreecommitdiffstats
path: root/dist
diff options
context:
space:
mode:
Diffstat (limited to 'dist')
-rwxr-xr-xdist2
1 files changed, 1 insertions, 1 deletions
diff --git a/dist b/dist
index ef20bd6..62938db 100755
--- a/dist
+++ b/dist
@@ -3,7 +3,7 @@
name=postgresql-setup-tests
tarball=$name.tar.gz
test -e .git || exit 1
-what=`ls -1 | grep -v $tarball`
+what=`ls -1 | grep -v $tarball | grep -v ansible`
mkdir $name
cp $what $name -R
tar -czf $tarball $name