From: Kyeongmin Cho Date: Wed, 27 Apr 2016 17:06:49 +0000 (+0900) Subject: gitignore: fix wording X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=52bbe141f37f093e2c612e97c40d27422e5a1fdf;p=GitHub%2FLineageOS%2Fandroid_kernel_motorola_exynos9610.git gitignore: fix wording Git files are the files that we don't want to ignore even if they are dot-files. It must be "even if" but it says "even it". Signed-off-by: Kyeongmin Cho Signed-off-by: Jiri Kosina --- diff --git a/.gitignore b/.gitignore index fd3a35592543..0c320bf02586 100644 --- a/.gitignore +++ b/.gitignore @@ -62,7 +62,7 @@ Module.symvers /tar-install/ # -# git files that we don't want to ignore even it they are dot-files +# git files that we don't want to ignore even if they are dot-files # !.gitignore !.mailmap