From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755309Ab0KHR74 (ORCPT ); Mon, 8 Nov 2010 12:59:56 -0500 Received: from kroah.org ([198.145.64.141]:32801 "EHLO coco.kroah.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755312Ab0KHR7g (ORCPT ); Mon, 8 Nov 2010 12:59:36 -0500 From: Greg Kroah-Hartman To: linux-kernel@vger.kernel.org Cc: Greg Kroah-Hartman , Arnd Bergmann , Jiri Slaby , Alan Cox Subject: [PATCH 3/3] TTY: move .gitignore from drivers/char/ to drivers/tty/vt/ Date: Mon, 8 Nov 2010 09:59:33 -0800 Message-Id: <1289239173-14015-3-git-send-email-gregkh@suse.de> X-Mailer: git-send-email 1.7.1 In-Reply-To: <20101108175850.GB13945@kroah.com> References: <20101108175850.GB13945@kroah.com> Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org The autogenerated files (consolemap_deftbl.c and defkeymap.c) need to be ignored by git, so move the .gitignore file that was doing it to the properly location now that the files have moved as well. Cc: Arnd Bergmann Cc: Jiri Slaby Cc: Alan Cox Signed-off-by: Greg Kroah-Hartman --- drivers/{char => tty/vt}/.gitignore | 0 1 files changed, 0 insertions(+), 0 deletions(-) rename drivers/{char => tty/vt}/.gitignore (100%) diff --git a/drivers/char/.gitignore b/drivers/tty/vt/.gitignore similarity index 100% rename from drivers/char/.gitignore rename to drivers/tty/vt/.gitignore -- 1.7.3.1