From patchwork Tue Feb 2 13:02:06 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "qi.fuli@fujitsu.com" X-Patchwork-Id: 12061607 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-12.9 required=3.0 tests=BAYES_50, HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_CR_TRAILER,INCLUDES_PATCH, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED,USER_AGENT_GIT autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id ACA91C433DB for ; Tue, 2 Feb 2021 13:02:25 +0000 (UTC) Received: from ml01.01.org (ml01.01.org [198.145.21.10]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 53DD864F59 for ; Tue, 2 Feb 2021 13:02:25 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 53DD864F59 Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=fujitsu.com Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=linux-nvdimm-bounces@lists.01.org Received: from ml01.vlan13.01.org (localhost [IPv6:::1]) by ml01.01.org (Postfix) with ESMTP id 11313100F2275; Tue, 2 Feb 2021 05:02:25 -0800 (PST) Received-SPF: Neutral (mailfrom) identity=mailfrom; client-ip=139.138.61.252; helo=esa7.hc1455-7.c3s2.iphmx.com; envelope-from=qi.fuli@fujitsu.com; receiver= Received: from esa7.hc1455-7.c3s2.iphmx.com (esa7.hc1455-7.c3s2.iphmx.com [139.138.61.252]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ml01.01.org (Postfix) with ESMTPS id 3BAC4100EBB94 for ; Tue, 2 Feb 2021 05:02:22 -0800 (PST) IronPort-SDR: gX0UTXWKUnAjrtVLb0A4EwRp1tCX4KUXZC+b+Vgp+zvBusLPJpDbgYL4wKPl8TqGLT+lmL9RVH P2ZqaSPXP8D+QC6HEKpr+7QmE9gTbQy+CU58yZD7S1ntZLsV8K6UutFLWIuMskC2S8EluSX7ip qoa9QFJ5JkKzXrPCTKYdaI92iiABUfP6sRXwwf2xzsxFjc3nuBtyJS529LcBeaJGgzmFkHY66W s+1VEXY+iuPv4QMdSdcYj7QIOpS+tpMs53KEKa+9IwLoOruLVkB0lf9fDcPN1DMlG0XTym7ZvH 88U= X-IronPort-AV: E=McAfee;i="6000,8403,9882"; a="5713587" X-IronPort-AV: E=Sophos;i="5.79,395,1602514800"; d="scan'208";a="5713587" Received: from unknown (HELO oym-r2.gw.nic.fujitsu.com) ([210.162.30.90]) by esa7.hc1455-7.c3s2.iphmx.com with ESMTP; 02 Feb 2021 22:02:20 +0900 Received: from oym-m1.gw.nic.fujitsu.com (oym-nat-oym-m1.gw.nic.fujitsu.com [192.168.87.58]) by oym-r2.gw.nic.fujitsu.com (Postfix) with ESMTP id DF9D825E0A1 for ; Tue, 2 Feb 2021 22:02:19 +0900 (JST) Received: from m3051.s.css.fujitsu.com (m3051.s.css.fujitsu.com [10.134.21.209]) by oym-m1.gw.nic.fujitsu.com (Postfix) with ESMTP id 15E07B4E56 for ; Tue, 2 Feb 2021 22:02:19 +0900 (JST) Received: from localhost.localdomain (unknown [10.19.3.106]) by m3051.s.css.fujitsu.com (Postfix) with ESMTP id D4999179; Tue, 2 Feb 2021 22:02:18 +0900 (JST) From: QI Fuli To: linux-nvdimm@lists.01.org Subject: [ndctl PATCH] ndctl: update .gitignore Date: Tue, 2 Feb 2021 22:02:06 +0900 Message-Id: <20210202130206.3761-1-qi.fuli@fujitsu.com> X-Mailer: git-send-email 2.21.3 MIME-Version: 1.0 X-TM-AS-GCONF: 00 Message-ID-Hash: 23KODZXIYAGHYY4IQWBUEGSXF6EQBEM5 X-Message-ID-Hash: 23KODZXIYAGHYY4IQWBUEGSXF6EQBEM5 X-MailFrom: qi.fuli@fujitsu.com X-Mailman-Rule-Hits: nonmember-moderation X-Mailman-Rule-Misses: dmarc-mitigation; no-senders; approved; emergency; loop; banned-address; member-moderation CC: QI Fuli X-Mailman-Version: 3.1.1 Precedence: list List-Id: "Linux-nvdimm developer list." Archived-At: List-Archive: List-Help: List-Post: List-Subscribe: List-Unsubscribe: Add Documentation/ndctl/attrs.adoc and *.lo to .gitignore. Signed-off-by: QI Fuli --- .gitignore | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) -- 2.29.2 diff --git a/.gitignore b/.gitignore index 3ef9ff7..53512b2 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,5 @@ *.o +*.lo *.xml .deps/ .libs/ @@ -15,13 +16,13 @@ Makefile.in *.1 Documentation/daxctl/asciidoc.conf Documentation/ndctl/asciidoc.conf +Documentation/ndctl/attrs.adoc Documentation/daxctl/asciidoctor-extensions.rb Documentation/ndctl/asciidoctor-extensions.rb .dirstamp daxctl/config.h daxctl/daxctl daxctl/lib/libdaxctl.la -daxctl/lib/libdaxctl.lo daxctl/lib/libdaxctl.pc *.a ndctl/config.h @@ -29,8 +30,6 @@ ndctl/lib/libndctl.pc ndctl/ndctl rhel/ sles/ndctl.spec -util/log.lo -util/sysfs.lo version.m4 *.swp cscope.files