diff options
author | Andy Shevchenko <andriy.shevchenko@linux.intel.com> | 2023-01-27 17:57:08 +0300 |
---|---|---|
committer | Shuah Khan <skhan@linuxfoundation.org> | 2023-04-05 21:48:42 +0300 |
commit | cb8865fd865f5b2f656d0d91f3b0146ef1acb10d (patch) | |
tree | 0c0142336f7a536b20623687825536610d3ebfe1 /.gitignore | |
parent | 57b4f760f94da13104cd596d5fb1643ae09c4d49 (diff) | |
download | linux-cb8865fd865f5b2f656d0d91f3b0146ef1acb10d.tar.xz |
.gitignore: Unignore .kunitconfig
There are almost dozen of .kunitconfig files that are ignored but
tracked. Unignore them.
Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Reviewed-by: David Gow <davidgow@google.com>
Signed-off-by: Shuah Khan <skhan@linuxfoundation.org>
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 8fe465f251c0..8779916df8b8 100644 --- a/.gitignore +++ b/.gitignore @@ -102,6 +102,7 @@ modules.order !.get_maintainer.ignore !.gitattributes !.gitignore +!.kunitconfig !.mailmap !.rustfmt.toml |