From patchwork Wed Jun 12 00:40:03 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Eric Sandeen X-Patchwork-Id: 2707581 Return-Path: X-Original-To: patchwork-linux-btrfs@patchwork.kernel.org Delivered-To: patchwork-parsemail@patchwork2.web.kernel.org Received: from mail.kernel.org (mail.kernel.org [198.145.19.201]) by patchwork2.web.kernel.org (Postfix) with ESMTP id 326FEC1459 for ; Wed, 12 Jun 2013 00:40:27 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id 8B4C5201DA for ; Wed, 12 Jun 2013 00:40:22 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id BB02F201C6 for ; Wed, 12 Jun 2013 00:40:21 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756199Ab3FLAkQ (ORCPT ); Tue, 11 Jun 2013 20:40:16 -0400 Received: from mx1.redhat.com ([209.132.183.28]:25511 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754198Ab3FLAkO (ORCPT ); Tue, 11 Jun 2013 20:40:14 -0400 Received: from int-mx01.intmail.prod.int.phx2.redhat.com (int-mx01.intmail.prod.int.phx2.redhat.com [10.5.11.11]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id r5C0e4el018327 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Tue, 11 Jun 2013 20:40:06 -0400 Received: from liberator.sandeen.net (ovpn01.gateway.prod.ext.phx2.redhat.com [10.5.9.1]) by int-mx01.intmail.prod.int.phx2.redhat.com (8.13.8/8.13.8) with ESMTP id r5C0e3Ep029131 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Tue, 11 Jun 2013 20:40:04 -0400 Message-ID: <51B7C363.2080106@redhat.com> Date: Tue, 11 Jun 2013 19:40:03 -0500 From: Eric Sandeen User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.8; rv:17.0) Gecko/20130509 Thunderbird/17.0.6 MIME-Version: 1.0 To: linux-btrfs@vger.kernel.org Subject: [PATCH 4/3] Btrfs-progs: fix up .gitignore References: <1370992519-21369-1-git-send-email-sandeen@redhat.com> In-Reply-To: <1370992519-21369-1-git-send-email-sandeen@redhat.com> X-Enigmail-Version: 1.5.1 X-Scanned-By: MIMEDefang 2.67 on 10.5.11.11 Sender: linux-btrfs-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-btrfs@vger.kernel.org X-Spam-Status: No, score=-7.1 required=5.0 tests=BAYES_00, RCVD_IN_DNSWL_HI, RP_MATCHES_RCVD, UNPARSEABLE_RELAY autolearn=unavailable version=3.3.1 X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on mail.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP Fix .gitignore for new file locations. Signed-off-by: Eric Sandeen --- (could update other patches rather than add 4th if it's better) -- To unsubscribe from this list: send the line "unsubscribe linux-btrfs" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html diff --git a/.gitignore b/.gitignore index a7e1b19..abc7ca6 100644 --- a/.gitignore +++ b/.gitignore @@ -4,17 +4,10 @@ version.h version man/*.gz -btrfs -btrfs.static btrfs-debug-tree btrfs-map-logical btrfs-fragments -btrfsck calc-size -ioctl-test -dir-test -send-test -quick-test find-root mkfs.btrfs mkfs.btrfs.static @@ -26,10 +19,18 @@ btrfs-find-root.static btrfs-image btrfs-show-super btrfs-zero-log -btrfs-corrupt-block btrfs-select-super btrfstune libbtrfs.a libbtrfs.so libbtrfs.so.0 libbtrfs.so.0.1 +cmd/btrfs +cmd/btrfs.static +cmd/btrfsck +tests/btrfs-corrupt-block +tests/dir-test +tests/ioctl-test +tests/quick-test +tests/random-test +tests/send-test