mirror of
https://github.com/nxp-imx/linux-imx.git
synced 2025-12-17 07:57:18 +01:00
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>
This commit is contained in:
parent
c094cf13e5
commit
52bbe141f3
2
.gitignore
vendored
2
.gitignore
vendored
|
|
@ -62,7 +62,7 @@ Module.symvers
|
||||||
/tar-install/
|
/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
|
!.gitignore
|
||||||
!.mailmap
|
!.mailmap
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user