summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Bremner <bremner@debian.org>2018-09-09 11:04:12 -0300
committerDavid Bremner <bremner@debian.org>2018-09-09 11:04:12 -0300
commite9ec463e3ce5c3305da621b10ad1abff13b4d00e (patch)
treee15de1a90ae1eac05c8d5d0e0a1821cf2c356eac
parent0978f72dac7a5242c5a55e3b7595f15f7fa9f3f6 (diff)
Commit patch to update .gitignore
[dgit (6.11) update-gitignore-quilt-fixup]
-rw-r--r--debian/patches/auto-gitignore22
-rw-r--r--debian/patches/series1
2 files changed, 23 insertions, 0 deletions
diff --git a/debian/patches/auto-gitignore b/debian/patches/auto-gitignore
new file mode 100644
index 0000000..3553afd
--- /dev/null
+++ b/debian/patches/auto-gitignore
@@ -0,0 +1,22 @@
+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 (6.11) update-gitignore]
+---
+diff --git a/.gitignore b/.gitignore
+index 0616c56..c4afedb 100644
+--- a/.gitignore
++++ b/.gitignore
+@@ -1,3 +1,7 @@
+ *.elc
+
+-/.cask/
+\ No newline at end of file
++/.cask/
++
++# Debian packaging
++
++debian/elpa-pkg-info/
diff --git a/debian/patches/series b/debian/patches/series
index a8d7776..098ccea 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,2 +1,3 @@
0001-decruft-README.patch
0002-disable-tests-that-need-network.patch
+auto-gitignore