staging: greybus: remove .gitignore file
authorGreg Kroah-Hartman <gregkh@google.com>
Thu, 8 Sep 2016 13:01:23 +0000 (15:01 +0200)
committerGreg Kroah-Hartman <gregkh@google.com>
Mon, 19 Sep 2016 10:37:09 +0000 (12:37 +0200)
Only the tools subdirectory needs a .gitignore entry, so move it there
and fix it up to only list the needed file.

Signed-off-by: Greg Kroah-Hartman <gregkh@google.com>
drivers/staging/greybus/.gitignore [deleted file]
drivers/staging/greybus/tools/.gitignore [new file with mode: 0644]

diff --git a/drivers/staging/greybus/.gitignore b/drivers/staging/greybus/.gitignore
deleted file mode 100644 (file)
index faf45ee..0000000
+++ /dev/null
@@ -1,15 +0,0 @@
-.*
-*.cmd
-*.ko
-*.mod.c
-modules.order
-Module.symvers
-*.o
-*.o.*
-*.swp
-.tmp_versions
-tags
-cscope.*
-ncscope.*
-*.patch
-tools/loopback_test
diff --git a/drivers/staging/greybus/tools/.gitignore b/drivers/staging/greybus/tools/.gitignore
new file mode 100644 (file)
index 0000000..023654c
--- /dev/null
@@ -0,0 +1 @@
+loopback_test