summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Vernon <matthew@debian.org>2022-12-06 23:15:25 +0000
committerMatthew Vernon <matthew@debian.org>2022-12-06 23:15:25 +0000
commit9d2b2e138ac2ba4b3e49873f90201fbe6023eafb (patch)
tree93eba23ee169e55a40601fed1800d1e241a80251
parent4acfafa52f9a6c3d28645223958dec3b19704dfc (diff)
Commit patch to update .gitignoreHEADarchive/debian/2.3.0-2master
[dgit (8.5~bpo9+1) update-gitignore-quilt-fixup]
-rw-r--r--debian/patches/auto-gitignore19
-rw-r--r--debian/patches/series1
2 files changed, 20 insertions, 0 deletions
diff --git a/debian/patches/auto-gitignore b/debian/patches/auto-gitignore
new file mode 100644
index 0000000..13d85f8
--- /dev/null
+++ b/debian/patches/auto-gitignore
@@ -0,0 +1,19 @@
+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 (8.5~bpo9+1) update-gitignore]
+---
+diff --git a/.gitignore b/.gitignore
+index d610892..001b14d 100644
+--- a/.gitignore
++++ b/.gitignore
+@@ -3,3 +3,6 @@ gohdfs*
+ hdfs
+ !hdfs/
+ minicluster.log
++
++/.pc/
++/_build/
diff --git a/debian/patches/series b/debian/patches/series
index 12bb438..ac6b72c 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1 +1,2 @@
0001-Remove-executable-bit-from-a-couple-of-source-files.patch
+auto-gitignore