TTY: move .gitignore from drivers/char/ to drivers/tty/vt/
authorGreg Kroah-Hartman <gregkh@suse.de>
Sat, 6 Nov 2010 05:18:23 +0000 (22:18 -0700)
committerGreg Kroah-Hartman <gregkh@suse.de>
Sat, 6 Nov 2010 05:18:23 +0000 (22:18 -0700)
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 <arnd@arndb.de>
Cc: Jiri Slaby <jslaby@suse.cz>
Cc: Alan Cox <alan@lxorguk.ukuu.org.uk>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/char/.gitignore [deleted file]
drivers/tty/vt/.gitignore [new file with mode: 0644]

diff --git a/drivers/char/.gitignore b/drivers/char/.gitignore
deleted file mode 100644 (file)
index 83683a2..0000000
+++ /dev/null
@@ -1,2 +0,0 @@
-consolemap_deftbl.c
-defkeymap.c
diff --git a/drivers/tty/vt/.gitignore b/drivers/tty/vt/.gitignore
new file mode 100644 (file)
index 0000000..83683a2
--- /dev/null
@@ -0,0 +1,2 @@
+consolemap_deftbl.c
+defkeymap.c