From 70fbad69e63ff0bb25d9de99b27af4b307282ea0 Mon Sep 17 00:00:00 2001 From: Michael Aaron Murphy Date: Wed, 24 May 2023 16:10:31 +0200 Subject: [PATCH] chore(deb): ignore vendor/ and target/ in source tar Results in faster and smaller source tarball creation if they exist --- debian/source/options | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 debian/source/options diff --git a/debian/source/options b/debian/source/options new file mode 100644 index 00000000..97d96f63 --- /dev/null +++ b/debian/source/options @@ -0,0 +1,2 @@ +tar-ignore=target +tar-ignore=vendor \ No newline at end of file