From 445afbf62cc0abbe3cb0ec8c976cc03924b66ec2 Mon Sep 17 00:00:00 2001 From: Richard Hughes Date: Mon, 4 Jun 2018 09:23:25 +0100 Subject: [PATCH] trivial: Don't copy the git dir when building a flatpak --- contrib/org.freedesktop.fwupd.json | 1 + 1 file changed, 1 insertion(+) diff --git a/contrib/org.freedesktop.fwupd.json b/contrib/org.freedesktop.fwupd.json index 0526a551d..0f97c42ee 100644 --- a/contrib/org.freedesktop.fwupd.json +++ b/contrib/org.freedesktop.fwupd.json @@ -165,6 +165,7 @@ "sources": [ { "type": "dir", + "skip": [".git"], "path": ".." } ]