From d229280a80c9f71d62a7a431dfdc5a09f60160b7 Mon Sep 17 00:00:00 2001 From: Jonathan Schleifer Date: Sun, 2 Feb 2014 08:45:08 +0100 Subject: [PATCH] .gitignore: Remove the NFD entry The correct way is to set precomposeunicode = true in .git/config so that git handles NFC vs. NFD. Not sure what a good place to document that would be, though. --- .gitignore | 9 --------- 1 file changed, 9 deletions(-) diff --git a/.gitignore b/.gitignore index 8f383edba8..e20de9c420 100644 --- a/.gitignore +++ b/.gitignore @@ -6,12 +6,3 @@ build/user_config_headers *~ # Vim swp files .*.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 NFC! -src/data/keymaps/French (Bépo).keymap