From nobody Fri Apr 26 13:53:10 2024 Delivered-To: importer@patchew.org Received-SPF: none (zoho.com: 192.237.175.120 is neither permitted nor denied by domain of lists.xenproject.org) client-ip=192.237.175.120; envelope-from=xen-devel-bounces@lists.xenproject.org; helo=lists.xenproject.org; Authentication-Results: mx.zohomail.com; spf=none (zoho.com: 192.237.175.120 is neither permitted nor denied by domain of lists.xenproject.org) smtp.mailfrom=xen-devel-bounces@lists.xenproject.org ARC-Seal: i=1; a=rsa-sha256; t=1557843845; cv=none; d=zoho.com; s=zohoarc; b=Ex6papYrvop+rS2X8aS3PKMcswMljVakJnc5a7uLS2XfK4AQdP2uyMZcvQ/OWi9bCdtwtwPd7fp5RPZCdoYk4Ks9CbE8BVXleOou1WvZeotui4ZTqEkoTRpkmEhhqt+ufLUring9hASLe1PvEPGe+8+rWc15ZuGRJAxBqbSQT90= ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=zoho.com; s=zohoarc; t=1557843845; h=Content-Type:Content-Transfer-Encoding:Cc:Date:From:In-Reply-To:List-Subscribe:List-Post:List-Id:List-Help:List-Unsubscribe:MIME-Version:Message-ID:References:Sender:Subject:To:ARC-Authentication-Results; bh=uPpqpXN5Xbc00kQ4VZxjQo3qZoJA+6WRAhX7SCE9UTw=; b=dTcIFq847esjErY3MwTZqRmoRpFgRj/2ok5HvPojH6JdHoX0o3WgUdtN39zvXXg9F45R6zdo5co0zlNXKo1d5sAs6vVLfU+FNDYR/9diP/KctxzVbGS9M+2NzkP3pJRFy4hjQS2OYv97HbkGFHkZ566nwfnbSDhutfgEJhRFGP0= ARC-Authentication-Results: i=1; mx.zoho.com; spf=none (zoho.com: 192.237.175.120 is neither permitted nor denied by domain of lists.xenproject.org) smtp.mailfrom=xen-devel-bounces@lists.xenproject.org Return-Path: Received: from lists.xenproject.org (lists.xenproject.org [192.237.175.120]) by mx.zohomail.com with SMTPS id 1557843845099720.5018642620582; Tue, 14 May 2019 07:24:05 -0700 (PDT) Received: from localhost ([127.0.0.1] helo=lists.xenproject.org) by lists.xenproject.org with esmtp (Exim 4.89) (envelope-from ) id 1hQYKF-0008CW-QF; Tue, 14 May 2019 14:22:39 +0000 Received: from us1-rack-dfw2.inumbo.com ([104.130.134.6]) by lists.xenproject.org with esmtp (Exim 4.89) (envelope-from ) id 1hQYKE-0008CF-Rh for xen-devel@lists.xenproject.org; Tue, 14 May 2019 14:22:38 +0000 Received: from SMTP03.CITRIX.COM (unknown [162.221.156.55]) by us1-rack-dfw2.inumbo.com (Halon) with ESMTPS id b8da85f2-7653-11e9-8980-bc764e045a96; Tue, 14 May 2019 14:22:37 +0000 (UTC) X-Inumbo-ID: b8da85f2-7653-11e9-8980-bc764e045a96 X-IronPort-AV: E=Sophos;i="5.60,469,1549929600"; d="scan'208";a="85442566" From: Wei Liu To: Date: Tue, 14 May 2019 15:22:31 +0100 Message-ID: <20190514142233.23165-2-wei.liu2@citrix.com> X-Mailer: git-send-email 2.20.1 In-Reply-To: <20190514142233.23165-1-wei.liu2@citrix.com> References: <20190514142233.23165-1-wei.liu2@citrix.com> MIME-Version: 1.0 Subject: [Xen-devel] [PATCH v2 1/3] gitignore: ignore .vscode directory X-BeenThere: xen-devel@lists.xenproject.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Xen developer discussion List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Cc: Stefano Stabellini , Wei Liu , Konrad Rzeszutek Wilk , George Dunlap , Andrew Cooper , Ian Jackson , Tim Deegan , Julien Grall , Jan Beulich Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Errors-To: xen-devel-bounces@lists.xenproject.org Sender: "Xen-devel" The directory is created by Visual Studio Code editor to store its local state. Signed-off-by: Wei Liu Acked-by: George Dunlap --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 26bc583f74..3822bb75ba 100644 --- a/.gitignore +++ b/.gitignore @@ -30,6 +30,7 @@ cscope.out cscope.po.out .config .vimrc +.vscode =20 dist stubdom/*.tar.gz --=20 2.20.1 _______________________________________________ Xen-devel mailing list Xen-devel@lists.xenproject.org https://lists.xenproject.org/mailman/listinfo/xen-devel