summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPicca Frédéric-Emmanuel <picca@debian.org>2019-11-23 15:35:06 +0100
committerPicca Frédéric-Emmanuel <picca@debian.org>2019-11-23 15:35:06 +0100
commit0a41b410959676dbb735ac092e985ac3205faa3a (patch)
tree90d6ae12ee4752bc53df157ebe4ed780ad7e1ede
parent9ef1f28ae2ecfcc10ccdf8457b056d306697fdb2 (diff)
Commit patch to update .gitignore
[dgit (9.9~bpo10+1) 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..ba43fec
--- /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.9~bpo10+1) update-gitignore]
+---
+diff --git a/.gitignore b/.gitignore
+new file mode 100644
+index 0000000..116df54
+--- /dev/null
++++ b/.gitignore
+@@ -0,0 +1,2 @@
++# Directory unchecked by git
++__pycache__/
diff --git a/debian/patches/series b/debian/patches/series
index 6355f79..0ddbb3d 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -3,3 +3,4 @@
0002-fix-the-install_requires-depends.patch
0003-use-the-system-mathjax.patch
0005-Added-ec7a2d1-commit-from-upstream-in-order-to-fix-a.patch
+auto-gitignore