[PATCH] .gitignore: Exclude KUnit config dot-files

From: Javier Martinez Canillas
Date: Thu Mar 30 2023 - 07:04:42 EST


There's a rule to ignore all the dot-files (.*) but we want to exclude the
config files used by KUnit (.kunitconfig) since those are usually added to
allow executing test suites without having to enable custom config options.

Signed-off-by: Javier Martinez Canillas <javierm@xxxxxxxxxx>
---
.gitignore | 1 +
1 file changed, 1 insertion(+)

diff --git a/.gitignore b/.gitignore
index 70ec6037fa7a..7f86e0837909 100644
--- a/.gitignore
+++ b/.gitignore
@@ -103,6 +103,7 @@ modules.order
!.get_maintainer.ignore
!.gitattributes
!.gitignore
+!.kunitconfig
!.mailmap
!.rustfmt.toml


base-commit: 197b6b60ae7bc51dd0814953c562833143b292aa
--
2.40.0

--
Best regards,

Javier Martinez Canillas
Core Platforms
Red Hat