1
0
Fork 0

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 <korea.drzix@gmail.com>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
hifive-unleashed-5.1
Kyeongmin Cho 2016-04-28 02:06:49 +09:00 committed by Jiri Kosina
parent c094cf13e5
commit 52bbe141f3
1 changed files with 1 additions and 1 deletions

2
.gitignore vendored
View 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