1add.ignoreErrors::
2add.ignore-errors (deprecated)::
3Tells 'git add' to continue adding files when some files cannot be
4added due to indexing errors. Equivalent to the `--ignore-errors`
5option of linkgit:git-add[1]. `add.ignore-errors` is deprecated,
6as it does not follow the usual naming convention for configuration
7variables.