summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--debian/patches/auto-gitignore88
-rw-r--r--debian/patches/series1
2 files changed, 89 insertions, 0 deletions
diff --git a/debian/patches/auto-gitignore b/debian/patches/auto-gitignore
new file mode 100644
index 0000000..e7e2497
--- /dev/null
+++ b/debian/patches/auto-gitignore
@@ -0,0 +1,88 @@
+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) update-gitignore]
+---
+diff --git a/.gitignore b/.gitignore
+deleted file mode 100644
+index 258ca73..0000000
+--- a/.gitignore
++++ /dev/null
+@@ -1,74 +0,0 @@
+-test/__tempdir__/
+-.pytest_cache/
+-.mypy_cache/
+-.dmypy.json
+-dmypy.json
+-
+-# -------------------------
+-# below: https://github.com/github/gitignore/blob/da00310ccba9de9a988cc973ef5238ad2c1460e9/Python.gitignore
+-
+-# Byte-compiled / optimized / DLL files
+-__pycache__/
+-*.py[cod]
+-*$py.class
+-
+-# C extensions
+-*.so
+-
+-# Distribution / packaging
+-.Python
+-env/
+-venv/
+-build/
+-develop-eggs/
+-dist/
+-downloads/
+-eggs/
+-.eggs/
+-lib/
+-lib64/
+-parts/
+-sdist/
+-var/
+-*.egg-info/
+-.installed.cfg
+-*.egg
+-
+-# PyInstaller
+-# Usually these files are written by a python script from a template
+-# before PyInstaller builds the exe, so as to inject date/other infos into it.
+-*.manifest
+-*.spec
+-
+-# Installer logs
+-pip-log.txt
+-pip-delete-this-directory.txt
+-
+-# Unit test / coverage reports
+-htmlcov/
+-.tox/
+-.coverage
+-.coverage.*
+-.cache
+-nosetests.xml
+-coverage.xml
+-*,cover
+-.hypothesis/
+-test.*
+-
+-# Translations
+-*.mo
+-*.pot
+-
+-# Django stuff:
+-*.log
+-
+-# Sphinx documentation
+-doc/_build/
+-
+-# PyBuilder
+-target/
+-
+-# IDEs
+-.vscode/
+-.idea/
diff --git a/debian/patches/series b/debian/patches/series
index c3f8761..3c1455a 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -3,3 +3,4 @@
0003-aenum-enum.patch
0004-sphinx-autodoc-typehints.patch
0005-python3.patch
+auto-gitignore