From 1d85d05d6877f6cb12b109471ad07b649e341b28 Mon Sep 17 00:00:00 2001 From: Loup Vaillant Date: Sat, 19 Oct 2019 13:20:41 +0200 Subject: [PATCH] Properly ommit lib directory from tarball --- tarball_ignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tarball_ignore b/tarball_ignore index 65aa4e9..047b6a7 100644 --- a/tarball_ignore +++ b/tarball_ignore @@ -14,5 +14,5 @@ tests/formal-analysis *.tar.gz monocypher-* monocypher.* -lib/* +lib* .git* -- 2.47.3