Skip to content

Commit 2bc42f4

Browse files
chuckleverkuba-moo
authored andcommitted
.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>
1 parent f1836a4 commit 2bc42f4

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,7 @@ modules.order
105105
!.gitignore
106106
!.mailmap
107107
!.rustfmt.toml
108+
!.kunitconfig
108109

109110
#
110111
# Generated include files

0 commit comments

Comments
 (0)