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: guile-gnome, devel: fix html files should not be tracked by git Date: Thu, 4 Sep 2014 19:03:31 -0300 Message-ID: <20140904190331.5f47589e@capac> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="MP_/IGN/5F1p5HtSI_g5b92gkyS" X-Trace: ger.gmane.org 1409868268 4170 80.91.229.3 (4 Sep 2014 22:04:28 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 4 Sep 2014 22:04:28 +0000 (UTC) To: guile-devel Original-X-From: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Fri Sep 05 00:04:21 2014 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 1XPf8e-0005Fk-VP for guile-devel@m.gmane.org; Fri, 05 Sep 2014 00:04:21 +0200 Original-Received: from localhost ([::1]:54349 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XPf8e-0001cw-Jo for guile-devel@m.gmane.org; Thu, 04 Sep 2014 18:04:20 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:44928) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XPf8U-0001Z6-TC for guile-devel@gnu.org; Thu, 04 Sep 2014 18:04:16 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XPf8P-0003zw-1T for guile-devel@gnu.org; Thu, 04 Sep 2014 18:04:10 -0400 Original-Received: from maximusconfessor.all2all.org ([79.99.200.102]:38157) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XPf8O-0003xb-Ru for guile-devel@gnu.org; Thu, 04 Sep 2014 18:04:04 -0400 Original-Received: from localhost (unknown [192.168.0.2]) by maximusconfessor.all2all.org (Postfix) with ESMTP id E256CA04C5B1 for ; Fri, 5 Sep 2014 00:03:41 +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 tipMLhG2T0IO for ; Thu, 4 Sep 2014 23:42:37 +0200 (CEST) Original-Received: from capac (177.206.61.70.dynamic.adsl.gvt.net.br [177.206.61.70]) by maximusconfessor.all2all.org (Postfix) with ESMTPSA id 15308A04C5A9 for ; Fri, 5 Sep 2014 00:03:34 +0200 (CEST) X-Mailer: Claws Mail 3.10.1 (GTK+ 2.24.24; 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.14 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-bounces+guile-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.lisp.guile.devel:17401 Archived-At: --MP_/IGN/5F1p5HtSI_g5b92gkyS Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Content-Disposition: inline Hello, guile-gnome devel: fix html files should not be tracked by git Attached... Happy hacking, David --MP_/IGN/5F1p5HtSI_g5b92gkyS Content-Type: text/x-patch Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename=0014-fix-html-files-should-not-be-tracked-by-git.patch >From 74480ebe9c6782d2fd3da96d756585b2feead819 Mon Sep 17 00:00:00 2001 From: David PIROTTE Date: Thu, 4 Sep 2014 18:41:27 -0300 Subject: [PATCH 14/14] fix html files should not be tracked by git * .gitignore: do not track *.html files. --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 007fa9d..fd8bd81 100644 --- a/.gitignore +++ b/.gitignore @@ -27,6 +27,7 @@ autom4te.cache/ *.la *.lo *.trs +*.html /build-aux/compile /build-aux/test-driver /build-aux/config.guess -- 2.1.0 --MP_/IGN/5F1p5HtSI_g5b92gkyS--