git: Set addIgnoredFile to false
Do not advice if we attempt to add an ignored file to the index.
This commit is contained in:
parent
42601f6214
commit
ff616c1481
1 changed files with 1 additions and 0 deletions
|
@ -1,5 +1,6 @@
|
|||
[advice]
|
||||
addEmptyPathspec = false
|
||||
addIgnoredFile = false
|
||||
[blame]
|
||||
# Mark any lines that have had a commit skipped using --ignore-rev with a `?`
|
||||
markIgnoredLines = true
|
||||
|
|
Loading…
Reference in a new issue