From a32050619927dbea5a3cf05e4ef5043f69eef3b6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Torstein=20Huseb=C3=B8?= Date: Thu, 5 Sep 2013 12:40:00 +0200 Subject: [PATCH] Add .gitignore and fix spelling mistake in README.md --- .gitignore | 7 +++++++ README.md | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..241505f --- /dev/null +++ b/.gitignore @@ -0,0 +1,7 @@ +*.cmd +*.ko +*.mod.c +modules.order +Module.symvers +*.o +.tmp_versions diff --git a/README.md b/README.md index 9ab089f..e142912 100644 --- a/README.md +++ b/README.md @@ -39,7 +39,7 @@ cd your kernel source dir mkdir fs/exfat -copy all files (exept .git) from exfat-nofuse to your kernel source fs/exfat/ +copy all files (except .git and .gitignore) from exfat-nofuse to your kernel source fs/exfat/ see https://github.com/dorimanx/Dorimanx-SG2-I9100-Kernel/commit/e8fc728a68096db9ffcebff40244ebfb60a3de18