From ff616c1481904152d8296211f162123748321b9b Mon Sep 17 00:00:00 2001 From: Sanchayan Maity Date: Tue, 9 May 2023 12:11:55 +0530 Subject: [PATCH] git: Set addIgnoredFile to false Do not advice if we attempt to add an ignored file to the index. --- git/.gitconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/git/.gitconfig b/git/.gitconfig index 3e106ce..c2f9b36 100644 --- a/git/.gitconfig +++ b/git/.gitconfig @@ -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