From 104df48a6b23027906e00a8d3cc8e5a35bdc366a Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Luis=20Guzm=C3=A1n?= <ark@switnet.org>
Date: Sat, 28 Jan 2023 21:46:08 +0000
Subject: [PATCH] cargo: fix missing gitignore files

---
 helpers/make-cargo | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/helpers/make-cargo b/helpers/make-cargo
index 7fd09ceb..dc9bf86e 100644
--- a/helpers/make-cargo
+++ b/helpers/make-cargo
@@ -17,12 +17,13 @@
 #    Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301 USA
 #
 
-VERSION=0
+VERSION=1
 EXTERNAL='deb-src http://ppa.launchpadcontent.net/ubuntu-mozilla-security/rust-updates/ubuntu $UPSTREAM main'
 REPOKEY=A6DCF7707EBC211F
 BACKPORTS=true
 . ./config
 
+grep -lr 'project_root.join(\".git\").is_dir()' | xargs sed -i '/project_root.join(\".git\").is_dir()/d'
 
 changelog "Import as dependency of newer abrowser deb dependencies."
 
-- 
GitLab