.gitignore: Do not ignore .kunitconfig files
authorChuck Lever <chuck.lever@oracle.com>
Mon, 17 Apr 2023 14:32:19 +0000 (10:32 -0400)
committerJakub Kicinski <kuba@kernel.org>
Thu, 20 Apr 2023 01:48:48 +0000 (18:48 -0700)
commit2bc42f482bedeafdbe70804fd82bdbf8f7e28b00
treeaf00c72b22d7fe7a4f0c4f73e8706c8fe475f7e1
parentf1836a424518a09b17ee2b69e81e9477321a0aff
.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 <lkp@intel.com>
Link: https://lore.kernel.org/oe-kbuild-all/202304142337.jc4oUrov-lkp@intel.com/
Signed-off-by: Chuck Lever <chuck.lever@oracle.com>
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
.gitignore