From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [140.186.70.92] (port=52991 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PmKCY-000277-BT for qemu-devel@nongnu.org; Mon, 07 Feb 2011 01:03:55 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PmKCW-0001Ii-AY for qemu-devel@nongnu.org; Mon, 07 Feb 2011 01:03:54 -0500 Received: from mail-iy0-f173.google.com ([209.85.210.173]:63831) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PmKCW-0001Ia-7E for qemu-devel@nongnu.org; Mon, 07 Feb 2011 01:03:52 -0500 Received: by iye19 with SMTP id 19so4519054iye.4 for ; Sun, 06 Feb 2011 22:03:51 -0800 (PST) MIME-Version: 1.0 Sender: vapier.adi@gmail.com In-Reply-To: <1295862495-6581-2-git-send-email-vapier@gentoo.org> References: <1295862495-6581-1-git-send-email-vapier@gentoo.org> <1295862495-6581-2-git-send-email-vapier@gentoo.org> From: Mike Frysinger Date: Mon, 7 Feb 2011 01:03:30 -0500 Message-ID: Subject: Re: [Qemu-devel] [PATCH 2/2] ignore more gdb related files Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org On Mon, Jan 24, 2011 at 04:48, Mike Frysinger wrote: > --- a/.gitignore > +++ b/.gitignore > @@ -35,6 +35,8 @@ qemu-io > =C2=A0qemu-monitor.texi > =C2=A0QMP/qmp-commands.txt > =C2=A0.gdbinit > +.gdb_history > +core > =C2=A0*.a > =C2=A0*.aux > =C2=A0*.cp ping ... -mike