diff options
author | Chuck Lever <chuck.lever@oracle.com> | 2023-04-17 10:32:19 -0400 |
---|---|---|
committer | Jakub Kicinski <kuba@kernel.org> | 2023-04-19 18:48:48 -0700 |
commit | 2bc42f482bedeafdbe70804fd82bdbf8f7e28b00 (patch) | |
tree | af00c72b22d7fe7a4f0c4f73e8706c8fe475f7e1 | |
parent | f1836a424518a09b17ee2b69e81e9477321a0aff (diff) | |
download | linux-2bc42f482bedeafdbe70804fd82bdbf8f7e28b00.tar.gz linux-2bc42f482bedeafdbe70804fd82bdbf8f7e28b00.tar.bz2 linux-2bc42f482bedeafdbe70804fd82bdbf8f7e28b00.zip |
.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>
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
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 |