From: Rafael Laboissière Date: Sun, 28 Apr 2024 21:11:07 +0000 (-0300) Subject: Commit patch to update .gitignore X-Git-Tag: archive/raspbian/8.0.3-2+rpi1^2^2^2~1 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=038258227c682d7aa132131d57c5a28771246aa7;p=mathgl.git Commit patch to update .gitignore [dgit (11.8) update-gitignore-quilt-fixup] --- diff --git a/debian/patches/auto-gitignore b/debian/patches/auto-gitignore new file mode 100644 index 0000000..e3b60f8 --- /dev/null +++ b/debian/patches/auto-gitignore @@ -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 (11.8) update-gitignore] +--- +diff --git a/.gitignore b/.gitignore +new file mode 100644 +index 0000000..00f025c +--- /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-fltk8/ ++/debian/libmgl-glut8/ ++/debian/libmgl-mpi8/ ++/debian/libmgl-qt5-8/ ++/debian/libmgl-wnd8/ ++/debian/libmgl-wx8/ ++/debian/libmgl8/ ++/debian/mathgl/ ++/debian/python3-mathgl/ ++/debian/tmp/ ++/debian/udav/ diff --git a/debian/patches/series b/debian/patches/series index 24e4f64..0c23d65 100644 --- a/debian/patches/series +++ b/debian/patches/series @@ -1,2 +1,3 @@ spelling-errors.patch python3.12.patch +auto-gitignore