From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 8266 invoked by alias); 29 Mar 2011 03:06:10 -0000 Received: (qmail 8256 invoked by uid 22791); 29 Mar 2011 03:06:10 -0000 X-SWARE-Spam-Status: No, hits=-2.0 required=5.0 tests=AWL,BAYES_00,T_RP_MATCHES_RCVD X-Spam-Check-By: sourceware.org Received: from smtp.gentoo.org (HELO smtp.gentoo.org) (140.211.166.183) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Tue, 29 Mar 2011 03:06:06 +0000 Received: from localhost.localdomain (localhost [127.0.0.1]) by smtp.gentoo.org (Postfix) with ESMTP id 5622D1B4074 for ; Tue, 29 Mar 2011 03:06:05 +0000 (UTC) From: Mike Frysinger To: gdb-patches@sourceware.org Subject: [PATCH] gdb: start a gitignore Date: Tue, 29 Mar 2011 05:02:00 -0000 Message-Id: <1301367964-6823-1-git-send-email-vapier@gentoo.org> 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/msg01157.txt.bz2 Signed-off-by: Mike Frysinger 2011-03-28 Mike Frysinger * .gitignore: New file. --- gdb/.gitignore | 17 +++++++++++++++++ 1 files changed, 17 insertions(+), 0 deletions(-) create mode 100644 gdb/.gitignore diff --git a/gdb/.gitignore b/gdb/.gitignore new file mode 100644 index 0000000..ea3a4f9 --- /dev/null +++ b/gdb/.gitignore @@ -0,0 +1,17 @@ +/version.c +/xml-builtin.c + +/ada-exp.c +/ada-lex.c +/c-exp.c +/cp-name-parser.c +/f-exp.c +/gdb +/gdbtui +/init.c +/jv-exp.c +/m2-exp.c +/objc-exp.c +/observer.h +/observer.inc +/p-exp.c -- 1.7.4.1