From patchwork Fri Mar 20 16:26:29 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Eric Blake X-Patchwork-Id: 452703 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from lists.gnu.org (lists.gnu.org [IPv6:2001:4830:134:3::11]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id F21A814019D for ; Sat, 21 Mar 2015 03:27:15 +1100 (AEDT) Authentication-Results: ozlabs.org; dkim=fail reason="verification failed; unprotected key" header.d=comcast.net header.i=@comcast.net header.b=p1IkBfej; dkim-adsp=none (unprotected policy); dkim-atps=neutral Received: from localhost ([::1]:44735 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YYzlQ-0007m6-DL for incoming@patchwork.ozlabs.org; Fri, 20 Mar 2015 12:27:12 -0400 Received: from eggs.gnu.org ([2001:4830:134:3::10]:41670) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YYzl4-0007A7-QZ for qemu-devel@nongnu.org; Fri, 20 Mar 2015 12:26:56 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YYzkw-0005kv-MI for qemu-devel@nongnu.org; Fri, 20 Mar 2015 12:26:50 -0400 Received: from resqmta-po-01v.sys.comcast.net ([96.114.154.160]:55627) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YYzkw-0005kj-Hl for qemu-devel@nongnu.org; Fri, 20 Mar 2015 12:26:42 -0400 Received: from resomta-po-11v.sys.comcast.net ([96.114.154.235]) by resqmta-po-01v.sys.comcast.net with comcast id 5sS31q00654zqzk01sShcH; Fri, 20 Mar 2015 16:26:41 +0000 Received: from red.redhat.com ([24.10.254.122]) by resomta-po-11v.sys.comcast.net with comcast id 5sSb1q00c2fD5rL01sSgo6; Fri, 20 Mar 2015 16:26:41 +0000 From: Eric Blake To: qemu-devel@nongnu.org Date: Fri, 20 Mar 2015 10:26:29 -0600 Message-Id: <1426868789-20873-1-git-send-email-eblake@redhat.com> X-Mailer: git-send-email 2.1.0 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=comcast.net; s=q20140121; t=1426868801; bh=o/Eh1ptQNdYNVFLTtli0/plN6301nT1Mbxme1ps+NUI=; h=Received:Received:From:To:Subject:Date:Message-Id; b=p1IkBfej0OzUWs1CSZoCCdD3eCR5016zFQz5K/906IMO9XWgY5eTQpFlf40Dc0dZn 8tQFd8jl4zcgEUVTsN5LVAA+SPA8mBYVKj6i3na4wh0MlekkBiO2PhoLqKAYNgXZ4v FWQuKeC4K8SUVMscz9vrDNmDcSITQQFyUvEhvX7P3s+2nPJvK0Ts7TYFmgHrHXfcpp F3633nzNuXKD3KPIqtQg2mh2UQvEhhbrr6ITayy7zuMtshoYjM+xxkN9zA3tB6fWfJ OnjQuPvKx7L/ySyD/3laZ/77Btt5DtEl0f5mj9xurPe3chQSxpEJeiLR62T/5JNv0M 8XdQPAIrNT5SA== X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 96.114.154.160 Cc: qemu-trivial@nongnu.org Subject: [Qemu-devel] [for-2.3 PATCH] gitignore: Ignore more .pod files. X-BeenThere: qemu-devel@nongnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: qemu-devel-bounces+incoming=patchwork.ozlabs.org@nongnu.org Sender: qemu-devel-bounces+incoming=patchwork.ozlabs.org@nongnu.org kvm_stat.{1,pod} started showing up as untracked files in my directory, and I nearly accidentally merged them into a commit with my usual habit of 'git add .'. Rather than naming every such generated doc file, just exclude the pattern. Signed-off-by: Eric Blake CC: qemu-trivial@nongnu.org --- .gitignore | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/.gitignore b/.gitignore index e32a584..da5413d 100644 --- a/.gitignore +++ b/.gitignore @@ -37,14 +37,8 @@ /qemu-tech.html /qemu-doc.info /qemu-tech.info -/qemu.1 -/qemu.pod -/qemu-img.1 -/qemu-img.pod /qemu-img /qemu-nbd -/qemu-nbd.8 -/qemu-nbd.pod /qemu-options.def /qemu-options.texi /qemu-img-cmds.texi @@ -56,8 +50,7 @@ /qmp-commands.txt /vscclient /fsdev/virtfs-proxy-helper -/fsdev/virtfs-proxy-helper.1 -/fsdev/virtfs-proxy-helper.pod +*.1 *.a *.aux *.cp @@ -70,6 +63,7 @@ *.ky *.log *.pdf +*.pod *.cps *.fns *.kys