summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Bremner <bremner@debian.org>2019-08-26 16:35:46 -0300
committerDavid Bremner <bremner@debian.org>2019-08-26 16:35:46 -0300
commitbcabddaf260201330f5a579ece7f12e6a8f8ae24 (patch)
tree40f3346f2f269f98a1cc2ee0257e8009bc4771ff
parent054df092075ef21a34cf987e1ba8f2d2d5d2f2bb (diff)
Commit patch to update .gitignore
[dgit (9.7~bpo9+1) update-gitignore-quilt-fixup]
-rw-r--r--debian/patches/auto-gitignore18
-rw-r--r--debian/patches/series1
2 files changed, 19 insertions, 0 deletions
diff --git a/debian/patches/auto-gitignore b/debian/patches/auto-gitignore
new file mode 100644
index 0000000..7ebd37f
--- /dev/null
+++ b/debian/patches/auto-gitignore
@@ -0,0 +1,18 @@
+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.7~bpo9+1) update-gitignore]
+---
+diff --git a/.gitignore b/.gitignore
+index 9a26b07..78dc451 100644
+--- a/.gitignore
++++ b/.gitignore
+@@ -1,3 +1,5 @@
+ *.elc
+ *~
+ \#*#
++debian/elpa-flx-ido/
++debian/elpa-flx/
diff --git a/debian/patches/series b/debian/patches/series
index ca7c593..b2779d7 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,3 +1,4 @@
0001-patch-README.patch
0002-fix-tests.patch
0003-dummy-upstream-changelog.patch
+auto-gitignore