summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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..f801019
--- /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.3) update-gitignore]
+---
+diff --git a/.gitignore b/.gitignore
+index 3b735ec..820ec2c 100644
+--- a/.gitignore
++++ b/.gitignore
+@@ -19,3 +19,6 @@
+
+ # Go workspace file
+ go.work
++
++/.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