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