From ecfea541e66e313d743563c517b7072a79c13acc Mon Sep 17 00:00:00 2001 From: Greg Kroah-Hartman Date: Thu, 8 Sep 2016 15:01:23 +0200 Subject: [PATCH] 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 --- drivers/staging/greybus/.gitignore | 15 --------------- drivers/staging/greybus/tools/.gitignore | 1 + 2 files changed, 1 insertion(+), 15 deletions(-) delete mode 100644 drivers/staging/greybus/.gitignore create mode 100644 drivers/staging/greybus/tools/.gitignore 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 -- 2.11.0