summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStéphane Glondu <glondu@debian.org>2019-09-12 09:17:11 +0200
committerStéphane Glondu <glondu@debian.org>2019-09-12 09:17:11 +0200
commit2a92e49f0d785a2224e3ec3b90b8cab453f0311e (patch)
tree0303efac31c43829193c7c613089a1994d188936
parentd9118632ae71657ab666bd5435d28992431c7fb0 (diff)
Commit patch to update .gitignore
[dgit (9.7) update-gitignore-quilt-fixup]
-rw-r--r--debian/patches/auto-gitignore15
-rw-r--r--debian/patches/series1
2 files changed, 16 insertions, 0 deletions
diff --git a/debian/patches/auto-gitignore b/debian/patches/auto-gitignore
new file mode 100644
index 0000000..4301a0a
--- /dev/null
+++ b/debian/patches/auto-gitignore
@@ -0,0 +1,15 @@
+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
+new file mode 100644
+index 0000000..845ca06
+--- /dev/null
++++ b/.gitignore
+@@ -0,0 +1 @@
++.pc
diff --git a/debian/patches/series b/debian/patches/series
index abb7155..ed6eef2 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -2,3 +2,4 @@
0002-Compile-with-ocamlnet-3.3.5.patch
0003-Compile-with-ocamlnet-4.0.4.patch
0004-Fix-compilation-with-OCaml-4.08.0.patch
+auto-gitignore