summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorgregor herrmann <gregoa@debian.org>2022-06-26 13:07:41 +0200
committergregor herrmann <gregoa@debian.org>2022-06-26 13:07:41 +0200
commit925d541b063fcdf573625c14a3da1d7d5e2eaac7 (patch)
tree1018d51a404f552c077a06b37eb8dc91b51ea52c
parent08424f2aba55a00ffdadd3f909a7ecb51c06be1d (diff)
Commit patch to update .gitignore
[dgit (9.16) update-gitignore-quilt-fixup]
-rw-r--r--debian/patches/auto-gitignore35
-rw-r--r--debian/patches/series1
2 files changed, 36 insertions, 0 deletions
diff --git a/debian/patches/auto-gitignore b/debian/patches/auto-gitignore
new file mode 100644
index 0000000..f78fae9
--- /dev/null
+++ b/debian/patches/auto-gitignore
@@ -0,0 +1,35 @@
+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.16) update-gitignore]
+---
+diff --git a/.gitignore b/.gitignore
+new file mode 100644
+index 0000000..3580dc4
+--- /dev/null
++++ b/.gitignore
+@@ -0,0 +1,21 @@
++blib
++*~
++*.gz
++*.aux
++*.cp
++*.dvi
++*.fn
++*.ky
++*.log
++*.pg
++*.toc
++*.tp
++*.vr
++Makefile
++Makefile.old
++pm_to_blib
++*-stamp
++debian/files
++debian/sepia
++debian/*.debhelper
++debian/*.substvars
diff --git a/debian/patches/series b/debian/patches/series
index 0b0a7de..a3eac1f 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -2,3 +2,4 @@
0002-Add-snippet.el.patch
0003-Do-not-install-.elc-files-if-they-haven-t-been-gener.patch
0004-Remove-what-seem-to-be-Test-Expect-workarounds.patch
+auto-gitignore