gitignore: Ignore NFC vs NFD on OS X.
This commit is contained in:
parent
5a65c29781
commit
0485942c82
9
.gitignore
vendored
9
.gitignore
vendored
@ -6,3 +6,12 @@ build/user_config_headers
|
|||||||
*~
|
*~
|
||||||
# Vim swp files
|
# Vim swp files
|
||||||
.*.swp
|
.*.swp
|
||||||
|
|
||||||
|
# HFS+ uses NFD and automatically converts NFC to NFD, while the file name in
|
||||||
|
# the repository uses NFC. So when git looks for the file, it does find it
|
||||||
|
# (because NFC gets converted to NFD), but when it checks for files not in the
|
||||||
|
# repository, it finds the file name in NFD and can't match it to the file name
|
||||||
|
# in NFC.
|
||||||
|
#
|
||||||
|
# WARNING: The following line MUST use NFD, DO NOT convert it to NFD!
|
||||||
|
src/data/keymaps/French (Bépo).keymap
|
||||||
|
Loading…
Reference in New Issue
Block a user