summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorReinhard Tartler <siretart@tauware.de>2023-07-18 21:15:28 -0400
committerReinhard Tartler <siretart@tauware.de>2023-07-18 21:15:28 -0400
commitb19473b7c6389daf664a70eb88449c7c9ef3cc2e (patch)
treebf8bfa981e23d54f9940e2e5c7859ee9097cdddf
parent6be73742c8a0ab79a18f8dc267131030baf0a3e4 (diff)
Commit patch to update .gitignorearchive/debian/1.4.0-1
[dgit (11.0) update-gitignore-quilt-fixup]
-rw-r--r--debian/patches/auto-gitignore19
-rw-r--r--debian/patches/series1
2 files changed, 20 insertions, 0 deletions
diff --git a/debian/patches/auto-gitignore b/debian/patches/auto-gitignore
new file mode 100644
index 0000000..66641fd
--- /dev/null
+++ b/debian/patches/auto-gitignore
@@ -0,0 +1,19 @@
+Subject: Update .gitignore from Debian packaging branch
+
+The Debian packaging git branch contains these updates to the upstream
+.gitignore file(s). This patch is autogenerated, to provide these
+updates to users of the official Debian archive view of the package.
+
+[dgit (11.0) update-gitignore]
+---
+diff --git a/.gitignore b/.gitignore
+index eefc503..156ff2f 100644
+--- a/.gitignore
++++ b/.gitignore
+@@ -4,3 +4,6 @@ sigstore
+ *fuzz.zip
+ bin*
+ .vscode/*
++
++/.pc/
++/_build/
diff --git a/debian/patches/series b/debian/patches/series
index f9df8ff..3988771 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -2,3 +2,4 @@ avoid-boulder.patch
ttlcache-v3.patch
tuf-0.4.patch
avoid-hashivault.patch
+auto-gitignore