From: Kyeongmin Cho Date: Wed, 27 Apr 2016 17:06:49 +0000 (+0900) Subject: gitignore: fix wording X-Git-Tag: v4.14-rc1~3244^2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=52bbe141f37f093e2c612e97c40d27422e5a1fdf;p=platform%2Fkernel%2Flinux-rpi.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 fd3a355..0c320bf 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