From patchwork Thu Jan 10 17:27:13 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Jason Merrill X-Patchwork-Id: 211101 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from sourceware.org (server1.sourceware.org [209.132.180.131]) by ozlabs.org (Postfix) with SMTP id 5B9752C0341 for ; Fri, 11 Jan 2013 04:27:33 +1100 (EST) Comment: DKIM? See http://www.dkim.org DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d=gcc.gnu.org; s=default; x=1358443654; h=Comment: DomainKey-Signature:Received:Received:Received:Received:Received: Message-ID:Date:From:User-Agent:MIME-Version:To:CC:Subject: Content-Type:Mailing-List:Precedence:List-Id:List-Unsubscribe: List-Archive:List-Post:List-Help:Sender:Delivered-To; bh=S7bAQyS bpeO45WJi4hmaP6NXP6I=; b=rT0/wPQlLFjPTUsOiWVbl/YVf6YU2JSk4+aol2d 60/tSiNstwepuZ+D5J4y7tyGUYkcPZUwDmuTS14h6Pz+Sjkbw9H6e4XCNbdo6i+a Sg7af7nWfahfy2XvQ5azYUxrMVrTRZxhfFfJwGjiNMbAdQurNY4hKU/8x2MAgC4J dQSY= Comment: DomainKeys? See http://antispam.yahoo.com/domainkeys DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=default; d=gcc.gnu.org; h=Received:Received:X-SWARE-Spam-Status:X-Spam-Check-By:Received:Received:Received:Message-ID:Date:From:User-Agent:MIME-Version:To:CC:Subject:Content-Type:Mailing-List:Precedence:List-Id:List-Unsubscribe:List-Archive:List-Post:List-Help:Sender:Delivered-To; b=xuxBaqxKYpldCVdh8FYQaQx0xH1uoXHZcylfd33+b9jL8noCGMoqO2D5HkW3MA CUBvD8oKog+1ypIGDy7UF8YuGg+rjy2Sv+O6bxQJ5hjwfo6iTVbQ80qI6PRgVu1g x6og6T1tds4QejLK2kQufk8ldwRx0g0pcPOtwCIRfpNj8=; Received: (qmail 15033 invoked by alias); 10 Jan 2013 17:27:22 -0000 Received: (qmail 15013 invoked by uid 22791); 10 Jan 2013 17:27:20 -0000 X-SWARE-Spam-Status: No, hits=-6.4 required=5.0 tests=AWL, BAYES_00, KHOP_RCVD_UNTRUST, RCVD_IN_DNSWL_HI, RCVD_IN_HOSTKARMA_W, RP_MATCHES_RCVD, SPF_HELO_PASS X-Spam-Check-By: sourceware.org Received: from mx1.redhat.com (HELO mx1.redhat.com) (209.132.183.28) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Thu, 10 Jan 2013 17:27:16 +0000 Received: from int-mx11.intmail.prod.int.phx2.redhat.com (int-mx11.intmail.prod.int.phx2.redhat.com [10.5.11.24]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id r0AHREsT028458 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Thu, 10 Jan 2013 12:27:14 -0500 Received: from [10.3.113.88] (ovpn-113-88.phx2.redhat.com [10.3.113.88]) by int-mx11.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id r0AHRDPp030475; Thu, 10 Jan 2013 12:27:14 -0500 Message-ID: <50EEF9F1.6050805@redhat.com> Date: Thu, 10 Jan 2013 12:27:13 -0500 From: Jason Merrill User-Agent: Mozilla/5.0 (X11; Linux i686; rv:17.0) Gecko/17.0 Thunderbird/17.0 MIME-Version: 1.0 To: gcc-patches List CC: Joel Brobecker Subject: PATCH to add .gitignore Mailing-List: contact gcc-patches-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Unsubscribe: List-Archive: List-Post: List-Help: Sender: gcc-patches-owner@gcc.gnu.org Delivered-To: mailing list gcc-patches@gcc.gnu.org Apparently a .gitignore file was added to the gdb repository a while back, and I think it makes sense for it to be in the gcc repository as well. I made a few edits to avoid ignoring things that are actually part of the gcc repository; this isn't strictly necessary, as the ignore file only applies to untracked files, but it seems appropriate all the same. Applying to trunk. commit 5bef2461a04c1b81f63af91bc2e100e60a0b9bff Author: Jason Merrill Date: Wed Jan 9 15:42:50 2013 -0500 * .gitignore: Import from gdb repository. diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..bda55a3 --- /dev/null +++ b/.gitignore @@ -0,0 +1,42 @@ +*.diff +*.patch +*.orig +*.rej + +*~ +.#* +*# + +*.flt +*.gmo +*.info +*.la +*.lo +*.o +*.pyc +*.tmp + +.deps +.libs + +autom4te.cache +config.cache +config.h +config.intl +config.log +config.status +libtool +POTFILES +*-POTFILES + +TAGS +TAGS.sub + +.gdbinit +.gdb_history + +# ignore core files, but not java/net/protocol/core/ +core +!core/ + +lost+found diff --git a/gcc/testsuite/ada/.gitignore b/gcc/testsuite/ada/.gitignore new file mode 100644 index 0000000..a499072 --- /dev/null +++ b/gcc/testsuite/ada/.gitignore @@ -0,0 +1,2 @@ +# In the Ada testsuite, .a is an ada source file, not a library. +!*.a