summaryrefslogtreecommitdiff
path: root/drivers/tty/vt/.gitignore
diff options
context:
space:
mode:
authorGreg Kroah-Hartman <gregkh@suse.de>2010-11-06 05:18:23 (GMT)
committerGreg Kroah-Hartman <gregkh@suse.de>2010-11-06 05:18:23 (GMT)
commit1db01135df7aa8b456e093a781f1d7f7016ec01e (patch)
tree709af8ca6e90d1d45aef8b3bfd469f4985ce7f13 /drivers/tty/vt/.gitignore
parent60d4ae8d436b8be6a8aedb63440203d5395e9f53 (diff)
downloadlinux-fsl-qoriq-1db01135df7aa8b456e093a781f1d7f7016ec01e.tar.xz
TTY: move .gitignore from drivers/char/ to drivers/tty/vt/
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>
Diffstat (limited to 'drivers/tty/vt/.gitignore')
-rw-r--r--drivers/tty/vt/.gitignore2
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/tty/vt/.gitignore b/drivers/tty/vt/.gitignore
new file mode 100644
index 0000000..83683a2
--- /dev/null
+++ b/drivers/tty/vt/.gitignore
@@ -0,0 +1,2 @@
+consolemap_deftbl.c
+defkeymap.c