summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrej Shadura <andrewsh@debian.org>2020-08-06 10:24:20 +0200
committerAndrej Shadura <andrewsh@debian.org>2020-08-06 10:24:20 +0200
commit783fd5651d89054912c5f855c87dc36564042fcb (patch)
tree2d90ecf7128e64a853ec67f39f57f748ffa0ea80
parent0f7a0f7ba51979ccd9368b12c5bda7b8a2e84ed0 (diff)
Commit patch to update .gitignore
[dgit (9.11) 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..f57def0
--- /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.11) update-gitignore]
+---
+diff --git a/.gitignore b/.gitignore
+new file mode 100644
+index 0000000..6fe8a9d
+--- /dev/null
++++ b/.gitignore
+@@ -0,0 +1,2 @@
++*.sw?
++*~
diff --git a/debian/patches/series b/debian/patches/series
index a370ad6..ea300e5 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -10,3 +10,4 @@ debootstrap-Print-the-exact-command-we-re-going-to-run.patch
deb-Show-version-of-each-package-that-we-preinstall.patch
build-recipe-dsc-List-contents-of-build-results.patch
build-recipe-dsc-Show-information-about-the-build-chroot.patch
+auto-gitignore