From: Greg Kroah-Hartman Date: Thu, 8 Sep 2016 13:01:23 +0000 (+0200) Subject: staging: greybus: remove .gitignore file X-Git-Tag: v4.9-rc1~119^2~378^2~17 X-Git-Url: http://git.cascardo.eti.br/?a=commitdiff_plain;h=ecfea541e66e313d743563c517b7072a79c13acc;p=cascardo%2Flinux.git staging: greybus: remove .gitignore file 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 --- diff --git a/drivers/staging/greybus/.gitignore b/drivers/staging/greybus/.gitignore deleted file mode 100644 index faf45ee4dafd..000000000000 --- a/drivers/staging/greybus/.gitignore +++ /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 index 000000000000..023654c83068 --- /dev/null +++ b/drivers/staging/greybus/tools/.gitignore @@ -0,0 +1 @@ +loopback_test