From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: David Pirotte Newsgroups: gmane.lisp.guile.devel Subject: Re: Stable-2.0 - patch - Do not track html dirs and files Date: Sat, 25 Jun 2016 17:35:36 -0300 Message-ID: <20160625173536.71a6cad5@capac> References: <20160624230819.33a6491c@capac> <87mvm9boak.fsf@pobox.com> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha256; boundary="Sig_/_EkU03lxPZUMg9AXZOk6apX"; protocol="application/pgp-signature" X-Trace: ger.gmane.org 1466886972 25597 80.91.229.3 (25 Jun 2016 20:36:12 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 25 Jun 2016 20:36:12 +0000 (UTC) Cc: guile-devel To: Andy Wingo Original-X-From: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Sat Jun 25 22:36:03 2016 Return-path: Envelope-to: guile-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1bGuJ6-0007k1-VD for guile-devel@m.gmane.org; Sat, 25 Jun 2016 22:36:01 +0200 Original-Received: from localhost ([::1]:51410 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bGuJ6-0008UI-4T for guile-devel@m.gmane.org; Sat, 25 Jun 2016 16:36:00 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:41187) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bGuJ1-0008UD-Nt for guile-devel@gnu.org; Sat, 25 Jun 2016 16:35:56 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bGuIx-0004gC-Hz for guile-devel@gnu.org; Sat, 25 Jun 2016 16:35:54 -0400 Original-Received: from maximusconfessor.all2all.org ([79.99.200.102]:46275) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bGuIx-0004g4-BU for guile-devel@gnu.org; Sat, 25 Jun 2016 16:35:51 -0400 Original-Received: from localhost (unknown [192.168.0.2]) by maximusconfessor.all2all.org (Postfix) with ESMTP id AC15AA04C019; Sat, 25 Jun 2016 22:35:49 +0200 (CEST) Original-Received: from maximusconfessor.all2all.org ([192.168.0.1]) by localhost (maximusconfessor.all2all.org [192.168.0.2]) (amavisd-new, port 10024) with ESMTP id gPvN72a2fND0; Sat, 25 Jun 2016 22:35:45 +0200 (CEST) Original-Received: from capac (unknown [179.210.32.190]) by maximusconfessor.all2all.org (Postfix) with ESMTPSA id 9D516A04C013; Sat, 25 Jun 2016 22:35:44 +0200 (CEST) In-Reply-To: <87mvm9boak.fsf@pobox.com> X-Mailer: Claws Mail 3.13.2 (GTK+ 2.24.30; x86_64-pc-linux-gnu) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6.x X-Received-From: 79.99.200.102 X-BeenThere: guile-devel@gnu.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: "Developers list for Guile, the GNU extensibility library" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Original-Sender: "guile-devel" Xref: news.gmane.org gmane.lisp.guile.devel:18438 Archived-At: --Sig_/_EkU03lxPZUMg9AXZOk6apX Content-Type: multipart/mixed; boundary="MP_/+6+.ti6qGn/WtI8CkDRNf=f" --MP_/+6+.ti6qGn/WtI8CkDRNf=f Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Hello Andy, > > diff --git a/.gitignore b/.gitignore > > index 3deeab2..bce9756 100644 > > --- a/.gitignore > > +++ b/.gitignore > > @@ -13,6 +13,7 @@ config.status > > config.log > > config.h > > *.doc > > +*.html > > *.x > > *.lo > > *.la =20 > Can you make it more specific please? I.e. doc/ref/guile.html Is this what you meant ? If so it can be applied to master as well David --MP_/+6+.ti6qGn/WtI8CkDRNf=f Content-Type: text/x-patch Content-Transfer-Encoding: quoted-printable Content-Disposition: attachment; filename=0001-Do-not-track-r5rs-doc-html-files.patch =46rom f816389b7164596d448605a3289c6894117e120b Mon Sep 17 00:00:00 2001 From: David Pirotte Date: Sat, 25 Jun 2016 17:27:36 -0300 Subject: [PATCH] Do not track r5rs doc html files * doc/r5rs/.gitignore: New file. We don't track documentation html files. --- doc/r5rs/.gitignore | 1 + 1 file changed, 1 insertion(+) create mode 100644 doc/r5rs/.gitignore diff --git a/doc/r5rs/.gitignore b/doc/r5rs/.gitignore new file mode 100644 index 0000000..3a6b095 --- /dev/null +++ b/doc/r5rs/.gitignore @@ -0,0 +1 @@ +r5rs.html --=20 2.8.1 --MP_/+6+.ti6qGn/WtI8CkDRNf=f-- --Sig_/_EkU03lxPZUMg9AXZOk6apX Content-Type: application/pgp-signature Content-Description: OpenPGP digital signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v2 iQEcBAEBCAAGBQJXbusYAAoJEPN0/ZOjBXrXD20H/iH3yeg2AGX9doWxFMyD2aDW 2rv3GetNylJEctmloBe3/Azpq6seJR8T3y7d9/lbOhONx00NAaVReEDGLMnZkNo7 QeNchwLHiDnk7CaaxxWsWhxblTvdazdfEopxYVWBtw0OJ91GH9/DvFjdrGx3MUH9 yURNv//LM/eDmc2I83T7wWIzSfZFWVzuLdvGftixnhE5CxQIE1yaj+pK/6Ts16K4 sWI/sDcmV6RKSyypWLQbMxpVrwThO79LsVEdhWNbmGIyuAi+dB0hxENT0mXgdAB4 HzC9KnWcmA3P04bekwLaDagJ/x90dhLMoNXoeYiDLFEZzmOTxMkA8fbvt9RLvJ8= =mPlH -----END PGP SIGNATURE----- --Sig_/_EkU03lxPZUMg9AXZOk6apX--