From nobody Sat Apr 20 10:35:06 2024 Delivered-To: importer@patchew.org Received-SPF: pass (zoho.com: domain of redhat.com designates 209.132.183.28 as permitted sender) client-ip=209.132.183.28; envelope-from=libvir-list-bounces@redhat.com; helo=mx1.redhat.com; Authentication-Results: mx.zohomail.com; spf=pass (zoho.com: domain of redhat.com designates 209.132.183.28 as permitted sender) smtp.mailfrom=libvir-list-bounces@redhat.com; dmarc=pass(p=none dis=none) header.from=redhat.com ARC-Seal: i=1; a=rsa-sha256; t=1559242421; cv=none; d=zoho.com; s=zohoarc; b=FSkgA+Y1RJPHEiYjXz5sX/XZ9dGcr2OmvayGdSEKHIL5r7lZJD64RpKpSKS52C5fUP4aOGCSHRPNgNyQ586OAZucWQWVaPDTN+rgRpKi+LrbLQ4l+zRpLAV7njxVaKp1Gxgw0EzUopyTYAA6F6VRJTnq2KLqXlP+lPup9SzUKGU= ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=zoho.com; s=zohoarc; t=1559242421; h=Content-Type:Content-Transfer-Encoding:Date:From:List-Subscribe:List-Post:List-Id:List-Archive:List-Help:List-Unsubscribe:MIME-Version:Message-ID:Sender:Subject:To:ARC-Authentication-Results; bh=0ISl5jn6ZFxBaP2Nx3iRvbqNBLBVJ0SXj8qXmeXwRs8=; b=K0yHsGrDFvEI+KVJk8WK+9sFlvjBzAMfGwf0Sv33Kp53d/MB18d/q53XPG2NX/dFFa7KETFm3S+/4Tb47PjU5d+Yj5XKJ1ks8Jaaw2EYnqclA87ndguqTqS8Ts1iyIkEPM8Kwg+AlOJCO8ivrCZCPk/6ugQvEjEj48nr6dZmeY8= ARC-Authentication-Results: i=1; mx.zoho.com; spf=pass (zoho.com: domain of redhat.com designates 209.132.183.28 as permitted sender) smtp.mailfrom=libvir-list-bounces@redhat.com; dmarc=pass header.from= (p=none dis=none) header.from= Return-Path: Received: from mx1.redhat.com (mx1.redhat.com [209.132.183.28]) by mx.zohomail.com with SMTPS id 1559242421314561.8166036617164; Thu, 30 May 2019 11:53:41 -0700 (PDT) Received: from smtp.corp.redhat.com (int-mx03.intmail.prod.int.phx2.redhat.com [10.5.11.13]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id 9A39A30C1333; Thu, 30 May 2019 18:52:29 +0000 (UTC) Received: from colo-mx.corp.redhat.com (colo-mx01.intmail.prod.int.phx2.redhat.com [10.5.11.20]) by smtp.corp.redhat.com (Postfix) with ESMTPS id 4C6875F7C0; Thu, 30 May 2019 18:52:18 +0000 (UTC) Received: from lists01.pubmisc.prod.ext.phx2.redhat.com (lists01.pubmisc.prod.ext.phx2.redhat.com [10.5.19.33]) by colo-mx.corp.redhat.com (Postfix) with ESMTP id 22D9518433A2; Thu, 30 May 2019 18:52:06 +0000 (UTC) Received: from smtp.corp.redhat.com (int-mx05.intmail.prod.int.phx2.redhat.com [10.5.11.15]) by lists01.pubmisc.prod.ext.phx2.redhat.com (8.13.8/8.13.8) with ESMTP id x4UIq1ra019227 for ; Thu, 30 May 2019 14:52:02 -0400 Received: by smtp.corp.redhat.com (Postfix) id EF07C1B466; Thu, 30 May 2019 18:52:01 +0000 (UTC) Received: from orkuz.int.mamuti.net (ovpn-204-36.brq.redhat.com [10.40.204.36]) by smtp.corp.redhat.com (Postfix) with ESMTPS id C1F117E31C for ; Thu, 30 May 2019 18:51:59 +0000 (UTC) Received: by orkuz.int.mamuti.net (Postfix, from userid 500) id 248522A110F; Thu, 30 May 2019 20:51:58 +0200 (CEST) From: Jiri Denemark To: libvir-list@redhat.com Date: Thu, 30 May 2019 20:51:48 +0200 Message-Id: <908d45502c4b26d6d4676f65244cecec34d8c5fc.1559242308.git.jdenemar@redhat.com> MIME-Version: 1.0 X-Scanned-By: MIMEDefang 2.79 on 10.5.11.15 X-loop: libvir-list@redhat.com Subject: [libvirt] [PATCH] maint: Add support for .ctags.d X-BeenThere: libvir-list@redhat.com X-Mailman-Version: 2.1.12 Precedence: junk List-Id: Development discussions about the libvirt library & tools List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Transfer-Encoding: quoted-printable Sender: libvir-list-bounces@redhat.com Errors-To: libvir-list-bounces@redhat.com X-Scanned-By: MIMEDefang 2.79 on 10.5.11.13 X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.5.110.45]); Thu, 30 May 2019 18:53:24 +0000 (UTC) Content-Type: text/plain; charset="utf-8" Depending on the way ctags was compiled, it may look for .ctags.d/*.ctags files rather than .ctags for reading configuration. Signed-off-by: Jiri Denemark --- .ctags.d/libvirt.ctags | 1 + 1 file changed, 1 insertion(+) create mode 120000 .ctags.d/libvirt.ctags diff --git a/.ctags.d/libvirt.ctags b/.ctags.d/libvirt.ctags new file mode 120000 index 0000000000..eefd37f401 --- /dev/null +++ b/.ctags.d/libvirt.ctags @@ -0,0 +1 @@ +../.ctags \ No newline at end of file --=20 2.21.0 -- libvir-list mailing list libvir-list@redhat.com https://www.redhat.com/mailman/listinfo/libvir-list