Linux Kernel Selftest development
 help / color / mirror / Atom feed
* [PATCH] .gitignore: Exclude KUnit config dot-files
@ 2023-03-30 11:27 Javier Martinez Canillas
  2023-03-30 11:33 ` Maíra Canal
  2023-03-30 15:34 ` Daniel Latypov
  0 siblings, 2 replies; 4+ messages in thread
From: Javier Martinez Canillas @ 2023-03-30 11:27 UTC (permalink / raw)
  To: linux-kernel
  Cc: Maíra Canal, linux-kselftest, David Gow, Maxime Ripard,
	Enric Balletbo i Serra, kunit-dev, Daniel Latypov,
	Brendan Higgins, Javier Martinez Canillas, Alex Gaynor,
	Andrew Davis, Kees Cook, Masahiro Yamada, Miguel Ojeda,
	Wedson Almeida Filho

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(+)

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: ffe78bbd512166e0ef1cc4858010b128c510ed7d
-- 
2.40.0


^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2023-03-30 16:56 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-03-30 11:27 [PATCH] .gitignore: Exclude KUnit config dot-files Javier Martinez Canillas
2023-03-30 11:33 ` Maíra Canal
2023-03-30 15:34 ` Daniel Latypov
2023-03-30 16:55   ` Javier Martinez Canillas

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox