From patchwork Tue Aug 28 16:02:45 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Andreas Boll X-Patchwork-Id: 1383891 Return-Path: X-Original-To: patchwork-dri-devel@patchwork.kernel.org Delivered-To: patchwork-process-083081@patchwork1.kernel.org Received: from gabe.freedesktop.org (gabe.freedesktop.org [131.252.210.177]) by patchwork1.kernel.org (Postfix) with ESMTP id D5B9B3FDF5 for ; Wed, 29 Aug 2012 06:07:45 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id 8FEC89E937 for ; Tue, 28 Aug 2012 23:07:45 -0700 (PDT) X-Original-To: dri-devel@lists.freedesktop.org Delivered-To: dri-devel@lists.freedesktop.org Received: from mail-bk0-f49.google.com (mail-bk0-f49.google.com [209.85.214.49]) by gabe.freedesktop.org (Postfix) with ESMTP id A36AA9F366 for ; Tue, 28 Aug 2012 09:03:01 -0700 (PDT) Received: by mail-bk0-f49.google.com with SMTP id ji2so1810378bkc.36 for ; Tue, 28 Aug 2012 09:03:01 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:cc:subject:date:message-id:x-mailer:in-reply-to:references; bh=GoJwJq1eu9w7xjs6uFMAV8OUldUfKkj9dgORIJghXzc=; b=ecW3CQrYFlrbQ/UgntZw0MlLXmykZyoulVm6GtuW+iy4Z5+X7UggLoUCZb1m8ONPRo OM2vISdBI9jRLeIjF1t3MQ8SBRnprPI2jpibUbVmXMVz6hS3BlsC7gU9h73HcNcUhnKj md6Ii0cy2N/YKe34dsx628QYbjDWlldWRuUxVRr/XI05JIz2RyCz8IxCF/BbpfPoiX9J mgAfGaiabOw1Tf0Lpc6k65dn5iW5EOLN2CEiK1SMokiVxPSOmYXWbaVhjbaIG7DjJunC c7TSltncNzsmCREJEGNuy9cpBrVHN6sFZIDdyn4k9WWvHepWIEz7C4ECENCvlkpS8hpB zCkw== Received: by 10.204.41.206 with SMTP id p14mr5074461bke.54.1346169781381; Tue, 28 Aug 2012 09:03:01 -0700 (PDT) Received: from localhost.localdomain (p236-174.vps.tuwien.ac.at. [128.131.236.174]) by mx.google.com with ESMTPS id gq2sm13144163bkc.13.2012.08.28.09.02.59 (version=TLSv1/SSLv3 cipher=OTHER); Tue, 28 Aug 2012 09:03:00 -0700 (PDT) From: Andreas Boll To: dri-devel@lists.freedesktop.org Subject: [PATCH 2/3] libdrm: add tests/radeon/radeon_ttm to .gitignore Date: Tue, 28 Aug 2012 18:02:45 +0200 Message-Id: <1346169766-27462-2-git-send-email-andreas.boll.dev@gmail.com> X-Mailer: git-send-email 1.7.4.1 In-Reply-To: <1346169766-27462-1-git-send-email-andreas.boll.dev@gmail.com> References: <1346169766-27462-1-git-send-email-andreas.boll.dev@gmail.com> X-Mailman-Approved-At: Tue, 28 Aug 2012 23:05:08 -0700 Cc: Andreas Boll X-BeenThere: dri-devel@lists.freedesktop.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: Direct Rendering Infrastructure - Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Sender: dri-devel-bounces+patchwork-dri-devel=patchwork.kernel.org@lists.freedesktop.org Errors-To: dri-devel-bounces+patchwork-dri-devel=patchwork.kernel.org@lists.freedesktop.org --- .gitignore | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/.gitignore b/.gitignore index 5e4c837..219a37e 100644 --- a/.gitignore +++ b/.gitignore @@ -78,3 +78,4 @@ tests/modeprint/modeprint tests/modetest/modetest tests/kmstest/kmstest tests/vbltest/vbltest +tests/radeon/radeon_ttm