diff mbox series

.gitignore: Exclude KUnit config dot-files

Message ID 20230330112743.2331141-1-javierm@redhat.com
State New
Headers show
Series .gitignore: Exclude KUnit config dot-files | expand

Commit Message

Javier Martinez Canillas March 30, 2023, 11:27 a.m. UTC
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 symbols.

Signed-off-by: Javier Martinez Canillas <javierm@redhat.com>
---

 .gitignore | 1 +
 1 file changed, 1 insertion(+)


base-commit: ffe78bbd512166e0ef1cc4858010b128c510ed7d
diff mbox series

Patch

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