From patchwork Thu Sep 3 04:10:32 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Elliott Mitchell X-Patchwork-Id: 11766279 Return-Path: Received: from mail.kernel.org (pdx-korg-mail-1.web.codeaurora.org [172.30.200.123]) by pdx-korg-patchwork-2.web.codeaurora.org (Postfix) with ESMTP id EB0CA92C for ; Wed, 9 Sep 2020 21:54:46 +0000 (UTC) Received: from lists.xenproject.org (lists.xenproject.org [192.237.175.120]) (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 CDF4F21D82 for ; Wed, 9 Sep 2020 21:54:46 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org CDF4F21D82 Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=m5p.com Authentication-Results: mail.kernel.org; spf=pass smtp.mailfrom=xen-devel-bounces@lists.xenproject.org Received: from localhost ([127.0.0.1] helo=lists.xenproject.org) by lists.xenproject.org with esmtp (Exim 4.92) (envelope-from ) id 1kG82D-0000G1-Eq; Wed, 09 Sep 2020 21:53:45 +0000 Received: from us1-rack-iad1.inumbo.com ([172.99.69.81]) by lists.xenproject.org with esmtp (Exim 4.92) (envelope-from ) id 1kG82C-0000FX-77 for xen-devel@lists.xenproject.org; Wed, 09 Sep 2020 21:53:44 +0000 X-Inumbo-ID: c84e87e5-fec7-422a-b89d-4224bad49334 Received: from mailhost.m5p.com (unknown [74.104.188.4]) by us1-rack-iad1.inumbo.com (Halon) with ESMTPS id c84e87e5-fec7-422a-b89d-4224bad49334; Wed, 09 Sep 2020 21:53:43 +0000 (UTC) Received: from m5p.com (mailhost.m5p.com [IPv6:2001:470:1f07:15ff:0:0:0:f7]) by mailhost.m5p.com (8.15.2/8.15.2) with ESMTPS id 089LrSQ9039208 (version=TLSv1.3 cipher=TLS_AES_256_GCM_SHA384 bits=256 verify=NO); Wed, 9 Sep 2020 17:53:34 -0400 (EDT) (envelope-from ehem@m5p.com) Received: (from ehem@localhost) by m5p.com (8.15.2/8.15.2/Submit) id 089LrS8D039207; Wed, 9 Sep 2020 14:53:28 -0700 (PDT) (envelope-from ehem) Message-Id: <202009092153.089LrS8D039207@m5p.com> From: Elliott Mitchell To: xen-devel@lists.xenproject.org Cc: Andrew Cooper Cc: George Dunlap Cc: Ian Jackson Cc: Jan Beulich Cc: Julien Grall Cc: Stefano Stabellini Cc: Wei Liu Cc: Christian Lindig Cc: David Scott Date: Wed, 2 Sep 2020 21:10:32 -0700 Subject: [PATCH 05/11 RFC] gitignore: Create .gitignore file for tools/ocaml/ X-Spam-Status: No, score=2.1 required=10.0 tests=DATE_IN_PAST_96_XX, KHOP_HELO_FCRDNS autolearn=no autolearn_force=no version=3.4.4 X-Spam-Level: ** X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on mattapan.m5p.com X-BeenThere: xen-devel@lists.xenproject.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Xen developer discussion List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Errors-To: xen-devel-bounces@lists.xenproject.org Sender: "Xen-devel" The portion of the global .gitignore attributeable to tools/ocaml/ is significant. As such, create a local .gitignore file. Currently the OCAML bits for Xen are also somewhat contained to this one area too. Slashes were left at the start of all filenames. Entries without slashes match files in subdirectories, entries with a slash anywhere are a specific path. I feel it is more consistent to have leading slashes on all full paths. Signed-off-by: Elliott Mitchell Acked-by: Christian Lindig --- I have a suspicion several of the patterns *should* be more general and/or the OCAML area could use some local ignore patterns. In particular "*.annot", "*.cm[ixao]", "*.cmxa", ".ocamldep.make" and "META" might be appropriate as general patterns for tools/ocaml/ and not be restricted to subdirectories. --- .gitignore | 28 ---------------------------- tools/ocaml/.gitignore | 24 ++++++++++++++++++++++++ 2 files changed, 24 insertions(+), 28 deletions(-) create mode 100644 tools/ocaml/.gitignore diff --git a/.gitignore b/.gitignore index 08800a11d5..297cd59c5c 100644 --- a/.gitignore +++ b/.gitignore @@ -284,34 +284,6 @@ tools/libxl/test_timedereg tools/libxl/test_fdderegrace tools/libvchan/vchan-node[12] tools/libvchan/vchan-socket-proxy -tools/ocaml/*/.ocamldep.make -tools/ocaml/*/*.cm[ixao] -tools/ocaml/*/*.cmxa -tools/ocaml/*/*.annot -tools/ocaml/*/*/.ocamldep.make -tools/ocaml/*/*/*.cm[ixao] -tools/ocaml/*/*/*.cmxa -tools/ocaml/*/*/*.annot -tools/ocaml/*/*/META -tools/ocaml/libs/xl/_libxl_types.inc -tools/ocaml/libs/xl/_libxl_types.ml.in -tools/ocaml/libs/xl/_libxl_types.mli.in -tools/ocaml/libs/xl/xenlight.ml -tools/ocaml/libs/xl/xenlight.mli -tools/ocaml/libs/xentoollog/_xtl_levels.* -tools/ocaml/libs/xentoollog/xentoollog.ml -tools/ocaml/libs/xentoollog/xentoollog.mli -tools/ocaml/libs/xs/paths.ml -tools/ocaml/libs/xc/xenctrl_abi_check.h -tools/ocaml/xenstored/_paths.h -tools/ocaml/xenstored/oxenstored -tools/ocaml/xenstored/oxenstored.conf -tools/ocaml/xenstored/paths.ml -tools/ocaml/test/xtl -tools/ocaml/test/send_debug_keys -tools/ocaml/test/list_domains -tools/ocaml/test/dmesg -tools/ocaml/test/raise_exception tools/debugger/kdd/kdd tools/python/xen/lowlevel/xl/_pyxl_types.c tools/python/xen/lowlevel/xl/_pyxl_types.h diff --git a/tools/ocaml/.gitignore b/tools/ocaml/.gitignore new file mode 100644 index 0000000000..8b50454937 --- /dev/null +++ b/tools/ocaml/.gitignore @@ -0,0 +1,24 @@ +/*/**/*.annot +/*/**/*.cm[ixao] +/*/**/*.cmxa +/*/**/.ocamldep.make +/*/*/META +/libs/xc/xenctrl_abi_check.h +/libs/xentoollog/_xtl_levels.* +/libs/xentoollog/xentoollog.ml +/libs/xentoollog/xentoollog.mli +/libs/xl/_libxl_types.inc +/libs/xl/_libxl_types.ml.in +/libs/xl/_libxl_types.mli.in +/libs/xl/xenlight.ml +/libs/xl/xenlight.mli +/libs/xs/paths.ml +/test/dmesg +/test/list_domains +/test/raise_exception +/test/send_debug_keys +/test/xtl +/xenstored/_paths.h +/xenstored/oxenstored +/xenstored/oxenstored.conf +/xenstored/paths.ml