summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2016-12-19 07:41:28 +0000
committerSean Whitton <spwhitton@spwhitton.name>2016-12-19 07:41:28 +0000
commit64dd5f53540556bab16d58ec74bfc72601ecc8c5 (patch)
tree317c096d31dfe5f202db36db14d7b4a4df756454
parent677b7d131cf23b0a73eac0389c0d70dbdb845ba6 (diff)
Commit patch to update .gitignore
[dgit (2.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..86bbc15
--- /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 (2.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