summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAaron M. Ucko <ucko@debian.org>2024-05-05 22:15:17 -0400
committerAaron M. Ucko <ucko@debian.org>2024-05-05 22:15:17 -0400
commit5047c19722a2b83a288d9e3061260d7da7a80346 (patch)
tree72b7c7894933d38a5e71f847a8a4b2bb58a7b7f6
parent0400d453af27f1d629a1cf9bb40653fe625fed81 (diff)
Commit patch to update .gitignore
[dgit (11.8) update-gitignore-quilt-fixup]
-rw-r--r--debian/patches/auto-gitignore20
-rw-r--r--debian/patches/series1
2 files changed, 21 insertions, 0 deletions
diff --git a/debian/patches/auto-gitignore b/debian/patches/auto-gitignore
new file mode 100644
index 00000000..486d654d
--- /dev/null
+++ b/debian/patches/auto-gitignore
@@ -0,0 +1,20 @@
+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 (11.8) update-gitignore]
+---
+diff --git a/.gitignore b/.gitignore
+new file mode 100644
+index 000000000..7e16070ad
+--- /dev/null
++++ b/.gitignore
+@@ -0,0 +1,6 @@
++ngs/ngs-python/dist
++ngs/ngs-python/ngs.egg-info
++obj-*
++test/external/vdb-dump/actual
++test/external/vdb-dump/data
++tmp.kfg
diff --git a/debian/patches/series b/debian/patches/series
index 933e4763..2bc17949 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -39,3 +39,4 @@ fix_ngs-c++-underlinkage.patch
use_c_locale_for_comma.patch
no_sse4.2.patch
support_libre2-11.patch
+auto-gitignore