From nobody Mon Apr 29 01:37:49 2024 Delivered-To: importer@patchew.org Received-SPF: pass (zoho.com: domain of gnu.org designates 208.118.235.17 as permitted sender) client-ip=208.118.235.17; envelope-from=qemu-devel-bounces+importer=patchew.org@gnu.org; helo=lists.gnu.org; Authentication-Results: mx.zohomail.com; spf=pass (zoho.com: domain of gnu.org designates 208.118.235.17 as permitted sender) smtp.mailfrom=qemu-devel-bounces+importer=patchew.org@gnu.org Return-Path: Received: from lists.gnu.org (208.118.235.17 [208.118.235.17]) by mx.zohomail.com with SMTPS id 1506745278058112.52362473861103; Fri, 29 Sep 2017 21:21:18 -0700 (PDT) Received: from localhost ([::1]:38068 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dy9Gx-0001Hj-60 for importer@patchew.org; Sat, 30 Sep 2017 00:21:03 -0400 Received: from eggs.gnu.org ([2001:4830:134:3::10]:38102) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dy9FH-0000GT-7g for qemu-devel@nongnu.org; Sat, 30 Sep 2017 00:19:20 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dy9FD-0001sg-TW for qemu-devel@nongnu.org; Sat, 30 Sep 2017 00:19:19 -0400 Received: from prv3-mh.provo.novell.com ([137.65.250.26]:34179) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1dy9FD-0001rE-OA for qemu-devel@nongnu.org; Sat, 30 Sep 2017 00:19:15 -0400 Received: from linux-xpcv.suse.asia (prv-ext-foundry1int.gns.novell.com [137.65.251.240]) by prv3-mh.provo.novell.com with ESMTP (NOT encrypted); Fri, 29 Sep 2017 22:19:06 -0600 From: Lin Ma To: qemu-devel@nongnu.org Date: Sat, 30 Sep 2017 12:18:55 +0800 Message-Id: <20170930041855.10997-1-lma@suse.com> X-Mailer: git-send-email 2.9.2 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 3.x [fuzzy] X-Received-From: 137.65.250.26 Subject: [Qemu-devel] [PATCH] maint: Add scsi/qemu-pr-helper to .gitignore X-BeenThere: qemu-devel@gnu.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: qemu-devel-bounces+importer=patchew.org@gnu.org Sender: "Qemu-devel" X-ZohoMail: RSF_0 Z_629925259 SPT_0 Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Signed-off-by: Lin Ma --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 40acfcb9e2..30474bc1df 100644 --- a/.gitignore +++ b/.gitignore @@ -135,3 +135,4 @@ trace-dtrace-root.h trace-dtrace-root.dtrace trace-ust-all.h trace-ust-all.c +scsi/qemu-pr-helper --=20 2.14.0