summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorReinhard Tartler <siretart@tauware.de>2020-01-19 11:22:24 -0500
committerReinhard Tartler <siretart@tauware.de>2020-01-19 11:22:24 -0500
commit4ba30f1d46ccc775e943c5c3c0bb23d1e551b119 (patch)
tree7f2bb700d423c1ece0779136eb6cd80d59fd3e9f
parentce4658d0b7566c7e5089168af20a05f0e6a232cf (diff)
Commit patch to update .gitignore
[dgit (9.9~bpo10+1) update-gitignore-quilt-fixup]
-rw-r--r--debian/patches/auto-gitignore16
-rw-r--r--debian/patches/series1
2 files changed, 17 insertions, 0 deletions
diff --git a/debian/patches/auto-gitignore b/debian/patches/auto-gitignore
new file mode 100644
index 0000000..78bfc9c
--- /dev/null
+++ b/debian/patches/auto-gitignore
@@ -0,0 +1,16 @@
+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 (9.9~bpo10+1) update-gitignore]
+---
+diff --git a/.gitignore b/.gitignore
+new file mode 100644
+index 0000000..39200f4
+--- /dev/null
++++ b/.gitignore
+@@ -0,0 +1,2 @@
++.pc
++Puma/lib
diff --git a/debian/patches/series b/debian/patches/series
index d93ba03..cf5abb2 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,3 +1,4 @@
clang-gcc14-workaround.patch
float128.patch
pkgconfig.patch
+auto-gitignore