From: Greg Kroah-Hartman Date: Mon, 11 Aug 2014 07:32:12 +0000 (+0800) Subject: greybus: README and .gitignore updates X-Git-Tag: v4.9-rc1~119^2~378^2~21^2~2193 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=06823c3eb9c4069f899b0c71d35fd17af945627c;p=karo-tx-linux.git greybus: README and .gitignore updates --- diff --git a/drivers/staging/greybus/.gitignore b/drivers/staging/greybus/.gitignore index 4d40434d6421..a07ab9d2eb46 100644 --- a/drivers/staging/greybus/.gitignore +++ b/drivers/staging/greybus/.gitignore @@ -1,23 +1,9 @@ -# Object files -*.o +*.cmd *.ko -*.obj -*.elf - -# Libraries -*.lib -*.a - -# Shared objects (inc. Windows DLLs) -*.dll -*.so -*.so.* -*.dylib - -# Executables -*.exe -*.out -*.app -*.i*86 -*.x86_64 -*.hex +*.mod.c +modules.order +Module.symvers +*.o +*.swp +.tmp_versions +tags diff --git a/drivers/staging/greybus/README b/drivers/staging/greybus/README new file mode 100644 index 000000000000..50953b1cbd36 --- /dev/null +++ b/drivers/staging/greybus/README @@ -0,0 +1 @@ +Greybus kernel code diff --git a/drivers/staging/greybus/README.md b/drivers/staging/greybus/README.md deleted file mode 100644 index 57e8490f6300..000000000000 --- a/drivers/staging/greybus/README.md +++ /dev/null @@ -1,4 +0,0 @@ -greybus -======= - -greybus kernel code