From: Chuck Lever Date: Mon, 17 Apr 2023 14:32:19 +0000 (-0400) Subject: .gitignore: Do not ignore .kunitconfig files X-Git-Tag: v6.4-rc1~77^2~80^2~3 X-Git-Url: https://git.kernel.dk/?a=commitdiff_plain;h=2bc42f482bedeafdbe70804fd82bdbf8f7e28b00;p=linux-block.git .gitignore: Do not ignore .kunitconfig files Circumvent the .gitignore wildcard to avoid warnings about ignored .kunitconfig files. As far as I can tell, the warnings are harmless and these files are not actually ignored. Reported-by: kernel test robot Link: https://lore.kernel.org/oe-kbuild-all/202304142337.jc4oUrov-lkp@intel.com/ Signed-off-by: Chuck Lever Signed-off-by: Jakub Kicinski --- diff --git a/.gitignore b/.gitignore index 70ec6037fa7a..51117ba29c88 100644 --- a/.gitignore +++ b/.gitignore @@ -105,6 +105,7 @@ modules.order !.gitignore !.mailmap !.rustfmt.toml +!.kunitconfig # # Generated include files