All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] gitignore: Fix typo on the line about git files
@ 2016-04-27 17:06 Kyeongmin Cho
  0 siblings, 0 replies; only message in thread
From: Kyeongmin Cho @ 2016-04-27 17:06 UTC (permalink / raw)
  To: Jiri Kosina; +Cc: linux-kernel, Kyeongmin Cho

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>
---
 .gitignore | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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
-- 
2.5.5

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2016-04-27 17:07 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-04-27 17:06 [PATCH] gitignore: Fix typo on the line about git files Kyeongmin Cho

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.