From patchwork Thu Nov 2 15:07:23 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Steve Dickson X-Patchwork-Id: 10038857 Return-Path: Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork.web.codeaurora.org (Postfix) with ESMTP id 3AA30603D7 for ; Thu, 2 Nov 2017 15:07:29 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 00D69290BF for ; Thu, 2 Nov 2017 15:07:29 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id EA15029121; Thu, 2 Nov 2017 15:07:28 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on pdx-wl-mail.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-6.9 required=2.0 tests=BAYES_00,RCVD_IN_DNSWL_HI autolearn=ham version=3.3.1 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 63ED529125 for ; Thu, 2 Nov 2017 15:07:27 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755759AbdKBPH0 (ORCPT ); Thu, 2 Nov 2017 11:07:26 -0400 Received: from mx1.redhat.com ([209.132.183.28]:53826 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755758AbdKBPHZ (ORCPT ); Thu, 2 Nov 2017 11:07:25 -0400 Received: from smtp.corp.redhat.com (int-mx05.intmail.prod.int.phx2.redhat.com [10.5.11.15]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id D827DC0587F9 for ; Thu, 2 Nov 2017 15:07:24 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mx1.redhat.com D827DC0587F9 Authentication-Results: ext-mx08.extmail.prod.ext.phx2.redhat.com; dmarc=none (p=none dis=none) header.from=redhat.com Authentication-Results: ext-mx08.extmail.prod.ext.phx2.redhat.com; spf=fail smtp.mailfrom=steved@redhat.com Received: from steved.boston.devel.redhat.com (steved.boston.devel.redhat.com [10.19.60.47]) by smtp.corp.redhat.com (Postfix) with ESMTP id 95B045D75E for ; Thu, 2 Nov 2017 15:07:24 +0000 (UTC) From: Steve Dickson To: Linux NFS Mailing list Subject: [PATCH 2/2] gitignore: ignore files generated by libnfsidmap compilation Date: Thu, 2 Nov 2017 11:07:23 -0400 Message-Id: <20171102150723.31309-3-steved@redhat.com> In-Reply-To: <20171102150723.31309-1-steved@redhat.com> References: <20171102150723.31309-1-steved@redhat.com> X-Scanned-By: MIMEDefang 2.79 on 10.5.11.15 X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.5.110.32]); Thu, 02 Nov 2017 15:07:25 +0000 (UTC) Sender: linux-nfs-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-nfs@vger.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP libnfsidmap.pc is generated during the compiling of libnfsidmap which needed to be ignored. Signed-off-by: Steve Dickson --- .gitignore | 1 + support/nfsidmap/libnfsidmap.pc | 11 ----------- 2 files changed, 1 insertion(+), 11 deletions(-) delete mode 100644 support/nfsidmap/libnfsidmap.pc diff --git a/.gitignore b/.gitignore index 540737d..f17db9c 100644 --- a/.gitignore +++ b/.gitignore @@ -35,6 +35,7 @@ support/include/stamp-h1 *.o *.lo *.la +*.pc .libs lib*.a test-driver diff --git a/support/nfsidmap/libnfsidmap.pc b/support/nfsidmap/libnfsidmap.pc deleted file mode 100644 index 5ec28ae..0000000 --- a/support/nfsidmap/libnfsidmap.pc +++ /dev/null @@ -1,11 +0,0 @@ -prefix=/usr -exec_prefix=${prefix} -libdir=${exec_prefix}/lib64 -includedir=${prefix}/include - -Name: libnfsidmap -Description: Library that handles mapping between names and ids for NFSv4. -Requires: -Version: 2.1.1 -Libs: -L${exec_prefix}/lib64 -lnfsidmap -Cflags: -I${prefix}/include