From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [140.186.70.92] (port=42060 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OcBIx-0000JP-Qk for qemu-devel@nongnu.org; Fri, 23 Jul 2010 02:00:21 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OcBIr-0000FF-MW for qemu-devel@nongnu.org; Fri, 23 Jul 2010 02:00:14 -0400 Received: from mail-iw0-f173.google.com ([209.85.214.173]:46008) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OcBIr-0000F9-JC for qemu-devel@nongnu.org; Fri, 23 Jul 2010 02:00:13 -0400 Received: by iwn6 with SMTP id 6so2214535iwn.4 for ; Thu, 22 Jul 2010 23:00:12 -0700 (PDT) MIME-Version: 1.0 From: Jun Koi Date: Fri, 23 Jul 2010 14:59:52 +0900 Message-ID: Content-Type: text/plain; charset=ISO-8859-1 Subject: [Qemu-devel] [patch] add cscope.* to .gitignore List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org we have "make cscope", therefore that makes sense to have cscope.* in .gitignore. Signed-off-by: Jun Koi diff --git a/.gitignore b/.gitignore index a32b7c4..ec6f89f 100644 --- a/.gitignore +++ b/.gitignore @@ -53,3 +53,4 @@ pc-bios/optionrom/linuxboot.bin pc-bios/optionrom/multiboot.bin pc-bios/optionrom/multiboot.raw .stgit-* +cscope.*