From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 20464 invoked by alias); 27 Mar 2011 04:17:48 -0000 Received: (qmail 20443 invoked by uid 22791); 27 Mar 2011 04:17:45 -0000 X-SWARE-Spam-Status: No, hits=-2.5 required=5.0 tests=AWL,BAYES_00,DKIM_SIGNED,DKIM_VALID,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,T_TO_NO_BRKTS_FREEMAIL X-Spam-Check-By: sourceware.org Received: from mail-iw0-f169.google.com (HELO mail-iw0-f169.google.com) (209.85.214.169) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Sun, 27 Mar 2011 04:17:41 +0000 Received: by iwg8 with SMTP id 8so2431905iwg.0 for ; Sat, 26 Mar 2011 21:17:41 -0700 (PDT) Received: by 10.42.77.7 with SMTP id g7mr783346ick.147.1301199461140; Sat, 26 Mar 2011 21:17:41 -0700 (PDT) MIME-Version: 1.0 Received: by 10.231.11.195 with HTTP; Sat, 26 Mar 2011 21:17:21 -0700 (PDT) In-Reply-To: <1297059100-13432-1-git-send-email-vapier@gentoo.org> References: <1297059100-13432-1-git-send-email-vapier@gentoo.org> From: Mike Frysinger Date: Sun, 27 Mar 2011 08:12:00 -0000 Message-ID: Subject: Re: [PATCH] libdecnumber: start a gitignore To: gdb-patches@sourceware.org Cc: gcc-patches@gcc.gnu.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-IsSubscribed: yes Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org X-SW-Source: 2011-03/txt/msg01112.txt.bz2 2011/2/7 Mike Frysinger: > Signed-off-by: Mike Frysinger > --- > =A0libdecnumber/.gitignore | =A0 =A01 + > =A01 files changed, 1 insertions(+), 0 deletions(-) > =A0create mode 100644 libdecnumber/.gitignore > > diff --git a/libdecnumber/.gitignore b/libdecnumber/.gitignore > new file mode 100644 > index 0000000..7e47161 > --- /dev/null > +++ b/libdecnumber/.gitignore > @@ -0,0 +1 @@ > +/gstdint.h i'll go ahead and commit then as no one complained ... -mike