From: Rafael Laboissière Date: Sun, 7 Jan 2024 19:41:30 +0000 (-0300) Subject: Commit patch to update .gitignore X-Git-Tag: archive/raspbian/8.0.3-2+rpi1^2^2^2^2~2 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=ca3ee0014b50f0ebf9a501096900fa58b07c9016;p=mathgl.git Commit patch to update .gitignore [dgit (11.5) update-gitignore-quilt-fixup] --- diff --git a/debian/patches/auto-gitignore b/debian/patches/auto-gitignore new file mode 100644 index 0000000..91d8fab --- /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.5) 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 38edaa7..5805e8a 100644 --- a/debian/patches/series +++ b/debian/patches/series @@ -1 +1,2 @@ spelling-errors.patch +auto-gitignore