From: Greg Kroah-Hartman Date: Sat, 6 Nov 2010 05:18:23 +0000 (-0700) Subject: TTY: move .gitignore from drivers/char/ to drivers/tty/vt/ X-Git-Tag: v2.6.37-rc2~76^2 X-Git-Url: https://openfabrics.org/gitweb/?a=commitdiff_plain;h=1db01135df7aa8b456e093a781f1d7f7016ec01e;p=~shefty%2Frdma-dev.git 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 Cc: Jiri Slaby Cc: Alan Cox Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/char/.gitignore b/drivers/char/.gitignore deleted file mode 100644 index 83683a2d8e6..00000000000 --- a/drivers/char/.gitignore +++ /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 index 00000000000..83683a2d8e6 --- /dev/null +++ b/drivers/tty/vt/.gitignore @@ -0,0 +1,2 @@ +consolemap_deftbl.c +defkeymap.c