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