From patchwork Thu Dec 4 11:19:11 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Thomas Wood X-Patchwork-Id: 5437481 Return-Path: X-Original-To: patchwork-intel-gfx@patchwork.kernel.org Delivered-To: patchwork-parsemail@patchwork2.web.kernel.org Received: from mail.kernel.org (mail.kernel.org [198.145.19.201]) by patchwork2.web.kernel.org (Postfix) with ESMTP id 49460BEEA8 for ; Thu, 4 Dec 2014 11:19:17 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id 74B8F20266 for ; Thu, 4 Dec 2014 11:19:16 +0000 (UTC) Received: from gabe.freedesktop.org (gabe.freedesktop.org [131.252.210.177]) by mail.kernel.org (Postfix) with ESMTP id BBEF72025A for ; Thu, 4 Dec 2014 11:19:15 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id 72DD56E5AC; Thu, 4 Dec 2014 03:19:15 -0800 (PST) X-Original-To: intel-gfx@lists.freedesktop.org Delivered-To: intel-gfx@lists.freedesktop.org Received: from mail-wg0-f47.google.com (mail-wg0-f47.google.com [74.125.82.47]) by gabe.freedesktop.org (Postfix) with ESMTP id 7A3F46E5AC for ; Thu, 4 Dec 2014 03:19:14 -0800 (PST) Received: by mail-wg0-f47.google.com with SMTP id n12so22499931wgh.34 for ; Thu, 04 Dec 2014 03:19:13 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:cc:subject:date:message-id; bh=HG1//fS4PGmdKeK/L4DuNePJtHUfLNTcQ/mUNWbi2wQ=; b=WJDbqHuKxA7mTTmkihwT0OCaxfqRMV0y9Wb6k8fkcFkGV3IAHG0dyfuD/BzKzuSIn5 M8bLTtijauyuvu/+oxZYntCAn1qmLbeRFpaw8TfG3B8lvFXvUOz7UFexL95kJxvPLcD+ XQnVDqhDYY+hJ5gUetJYMxMdq3FSJYPdWBKUeNk5uz1ow1NanBY8IQEFHHL6pJW4UO1Y /95EV2aeStqWqnrNxOgHpdQD3yjMPNRUwmj9T+YuWGiFHFuBzuzmFcb1bSlXTeyUOqpt FG+gxsnBLKIJFb3YKrA+it74lESzK8/UdXWjcMIe5MQ+5TKylitue3ZnGqF557yBVo2r QfvQ== X-Gm-Message-State: ALoCoQkitjVJurh6LGhRdpcPTi/Bn5IiX3Ev9At46ZNxM+H+lZkZHA1YIDs4fwx3b2FJFqo8/4ih X-Received: by 10.194.246.167 with SMTP id xx7mr13620713wjc.118.1417691953487; Thu, 04 Dec 2014 03:19:13 -0800 (PST) Received: from pistachio.icx.intel.com ([83.217.123.106]) by mx.google.com with ESMTPSA id eu8sm15986760wib.21.2014.12.04.03.19.12 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Thu, 04 Dec 2014 03:19:12 -0800 (PST) From: Thomas Wood To: intel-gfx@lists.freedesktop.org Date: Thu, 4 Dec 2014 11:19:11 +0000 Message-Id: <1417691951-17600-1-git-send-email-thomas.wood@intel.com> X-Mailer: git-send-email 2.1.0 Subject: [Intel-gfx] [PATCH i-g-t] tests: add gem_gpgpu_fill to .gitignore X-BeenThere: intel-gfx@lists.freedesktop.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: Intel graphics driver community testing & development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Errors-To: intel-gfx-bounces@lists.freedesktop.org Sender: "Intel-gfx" X-Spam-Status: No, score=-4.2 required=5.0 tests=BAYES_00, RCVD_IN_DNSWL_MED, T_RP_MATCHES_RCVD,UNPARSEABLE_RELAY autolearn=ham version=3.3.1 X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on mail.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP gem_gpgpu_fill was added in commit 4ec8479 (tests: Add gem_gpgpu_fill), but wasn't added to .gitignore. Cc: Zhenyu Wang Signed-off-by: Thomas Wood --- tests/.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/.gitignore b/tests/.gitignore index 6e6ab58..a846cb3 100644 --- a/tests/.gitignore +++ b/tests/.gitignore @@ -46,6 +46,7 @@ gem_fence_upload gem_fenced_exec_thrash gem_flink gem_flink_race +gem_gpgpu_fill gem_gtt_cpu_tlb gem_gtt_hog gem_gtt_speed