summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Vernon <matthew@debian.org>2022-12-07 14:49:19 +0000
committerMatthew Vernon <matthew@debian.org>2022-12-07 14:49:19 +0000
commitc8074c62b96c6b31efc9ac431a4db284f55c11e4 (patch)
treea8e699d34e31ce695cbcd9c6d2be3429ce1c500a
parentd461d7dea2b7ad59d7968a16a3053d7cd105c174 (diff)
Commit patch to update .gitignore
[dgit (8.5~bpo9+1) update-gitignore-quilt-fixup]
-rw-r--r--debian/patches/auto-gitignore19
-rw-r--r--debian/patches/series2
2 files changed, 21 insertions, 0 deletions
diff --git a/debian/patches/auto-gitignore b/debian/patches/auto-gitignore
new file mode 100644
index 0000000..5461811
--- /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 (8.5~bpo9+1) update-gitignore]
+---
+diff --git a/.gitignore b/.gitignore
+index a1338d6..1dcb16c 100644
+--- a/.gitignore
++++ b/.gitignore
+@@ -12,3 +12,6 @@
+
+ # Project-local glide cache, RE: https://github.com/Masterminds/glide/issues/736
+ .glide/
++
++/.pc/
++/_build/
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..a22980a
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1,2 @@
+
+auto-gitignore