Commit 52bbe141f37f093e2c612e97c40d27422e5a1fdf

Authored by Kyeongmin Cho
Committed by Jiri Kosina
1 parent c094cf13e5

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>

Showing 1 changed file with 1 additions and 1 deletions Side-by-side Diff

... ... @@ -62,7 +62,7 @@
62 62 /tar-install/
63 63  
64 64 #
65   -# git files that we don't want to ignore even it they are dot-files
  65 +# git files that we don't want to ignore even if they are dot-files
66 66 #
67 67 !.gitignore
68 68 !.mailmap