]> git.proxmox.com Git - mirror_ubuntu-zesty-kernel.git/commitdiff
gitignore: fix wording
authorKyeongmin Cho <korea.drzix@gmail.com>
Wed, 27 Apr 2016 17:06:49 +0000 (02:06 +0900)
committerJiri Kosina <jkosina@suse.cz>
Thu, 28 Apr 2016 09:01:23 +0000 (11:01 +0200)
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 <korea.drzix@gmail.com>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
.gitignore

index fd3a355925432f58c1bcf84b16ec3ec8bc8c5457..0c320bf02586a63d853db79646248a0a19b6282b 100644 (file)
@@ -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