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