summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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..b5901bc
--- /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 (3.1) update-gitignore]
+---
+diff --git a/.gitignore b/.gitignore
+new file mode 100644
+index 0000000..67e95ff
+--- /dev/null
++++ b/.gitignore
+@@ -0,0 +1,8 @@
++build/
++debian/files
++debian/python-pynzb.debhelper.log
++debian/python-pynzb.postinst.debhelper
++debian/python-pynzb.prerm.debhelper
++debian/python-pynzb.substvars
++debian/python-pynzb/
++pynzb.egg-info/
diff --git a/debian/patches/series b/debian/patches/series
index 37dcf18..dbaa22f 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,3 +1,4 @@
0001-set-message_id-properly-in-expat-parser.patch
0002-enable-use_2to3-in-setup.py.patch
0003-give-lxml-etree-BytesIO-in-Python-3.patch
+auto-gitignore