From patchwork Thu Jul 26 16:49:31 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Damien Lespiau X-Patchwork-Id: 1243901 Return-Path: X-Original-To: patchwork-intel-gfx@patchwork.kernel.org Delivered-To: patchwork-process-083081@patchwork2.kernel.org Received: from gabe.freedesktop.org (gabe.freedesktop.org [131.252.210.177]) by patchwork2.kernel.org (Postfix) with ESMTP id 0794ADFFCE for ; Thu, 26 Jul 2012 16:50:18 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id F4029A0E6E for ; Thu, 26 Jul 2012 09:50:17 -0700 (PDT) X-Original-To: intel-gfx@lists.freedesktop.org Delivered-To: intel-gfx@lists.freedesktop.org Received: from mail-we0-f177.google.com (mail-we0-f177.google.com [74.125.82.177]) by gabe.freedesktop.org (Postfix) with ESMTP id E12FC9E84B for ; Thu, 26 Jul 2012 09:49:45 -0700 (PDT) Received: by weyr3 with SMTP id r3so1618880wey.36 for ; Thu, 26 Jul 2012 09:49:44 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:subject:date:message-id:x-mailer; bh=pCFdzbaUdjrW143gtc0rGEmZgwBqZomLjUnExOADlys=; b=dsscscHqibXHPbSvdv0MnQz7u5UfIQuqV2LU5KDT1Qlg7aPDFYrTe+WQhVdw325f32 yBi0nCZZCWdCEOF0YJ3p9cdYpOgwMA6vLeuWPhKrANrmRulJ2KAFUOEI9ipKQEXGGxX/ bPvWDhZhCmQTaJNWSCJAKAG6w1AA5dSEvK9B6YkFyxvPLsrdFQWQ06X5L/LtmgkRxNv0 mJgojY99xbspb0+9AP87Mxk43Aqe1KFNy5PaE7cwyQENS2p8SKXYs21AE2tBl6Ty9v7q m+9R32SOxFNgz4OQsfaIwB5MMh8mj0Bp+XM7c7LPLAV/tfbXmqw+vkB9NfGRUmpXkY2q kY7w== Received: by 10.180.84.1 with SMTP id u1mr14920111wiy.15.1343321384694; Thu, 26 Jul 2012 09:49:44 -0700 (PDT) Received: from localhost.localdomain ([83.217.123.106]) by mx.google.com with ESMTPS id h9sm9022740wiz.1.2012.07.26.09.49.43 (version=TLSv1/SSLv3 cipher=OTHER); Thu, 26 Jul 2012 09:49:43 -0700 (PDT) From: Damien Lespiau To: intel-gfx@lists.freedesktop.org Date: Thu, 26 Jul 2012 17:49:31 +0100 Message-Id: <1343321371-2138-1-git-send-email-damien.lespiau@gmail.com> X-Mailer: git-send-email 1.7.7.5 Subject: [Intel-gfx] [PATCH libdrm] Update gitignore with the newest additions X-BeenThere: intel-gfx@lists.freedesktop.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: Intel graphics driver community testing & development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Sender: intel-gfx-bounces+patchwork-intel-gfx=patchwork.kernel.org@lists.freedesktop.org Errors-To: intel-gfx-bounces+patchwork-intel-gfx=patchwork.kernel.org@lists.freedesktop.org From: Damien Lespiau Also, ignore tags/TAGS files generated by "make tags". Signed-off-by: Damien Lespiau --- .gitignore | 5 +++++ 1 files changed, 5 insertions(+), 0 deletions(-) diff --git a/.gitignore b/.gitignore index 243457e..93d1ffa 100644 --- a/.gitignore +++ b/.gitignore @@ -17,6 +17,8 @@ bsd-core/*/machine .*install* Makefile Makefile.in +TAGS +tags aclocal.m4 autom4te.cache bus_if.h @@ -40,7 +42,9 @@ install-sh libdrm/config.h.in libdrm.pc libdrm_intel.pc +libdrm_exynos.pc libdrm_nouveau.pc +libdrm_omap.pc libdrm_radeon.pc libkms.pc libtool @@ -74,5 +78,6 @@ tests/setversion tests/updatedraw tests/modeprint/modeprint tests/modetest/modetest +tests/radeon/radeon_ttm tests/kmstest/kmstest tests/vbltest/vbltest