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]
|
[advice]
|
||||||
addEmptyPathspec = false
|
addEmptyPathspec = false
|
||||||
|
addIgnoredFile = false
|
||||||
[blame]
|
[blame]
|
||||||
# Mark any lines that have had a commit skipped using --ignore-rev with a `?`
|
# Mark any lines that have had a commit skipped using --ignore-rev with a `?`
|
||||||
markIgnoredLines = true
|
markIgnoredLines = true
|
||||||
|
|
Loading…
Reference in a new issue