Commit patch to update .gitignore
authorRafael Laboissière <rafael@debian.org>
Fri, 24 Dec 2021 16:17:49 +0000 (13:17 -0300)
committerRafael Laboissière <rafael@debian.org>
Fri, 24 Dec 2021 16:17:49 +0000 (13:17 -0300)
[dgit (9.14) update-gitignore-quilt-fixup]

debian/patches/auto-gitignore [new file with mode: 0644]
debian/patches/series [new file with mode: 0644]

diff --git a/debian/patches/auto-gitignore b/debian/patches/auto-gitignore
new file mode 100644 (file)
index 0000000..7aec1d0
--- /dev/null
@@ -0,0 +1,33 @@
+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.14) update-gitignore]
+---
+diff --git a/.gitignore b/.gitignore
+new file mode 100644
+index 0000000..dbb0865
+--- /dev/null
++++ b/.gitignore
+@@ -0,0 +1,19 @@
++/obj-*/
++/debian/.debhelper/
++/debian/debhelper-build-stamp
++/debian/files
++/debian/*.debhelper.log
++/debian/*.substvars
++/debian/libmgl-data/
++/debian/libmgl-dev/
++/debian/libmgl-fltk7.5.0/
++/debian/libmgl-glut7.5.0/
++/debian/libmgl-mpi7.5.0/
++/debian/libmgl-qt5-7.5.0/
++/debian/libmgl-wnd7.5.0/
++/debian/libmgl-wx7.5.0/
++/debian/libmgl7.5.0/
++/debian/mathgl/
++/debian/python3-mathgl/
++/debian/tmp/
++/debian/udav/
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644 (file)
index 0000000..a22980a
--- /dev/null
@@ -0,0 +1,2 @@
+
+auto-gitignore