[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20230330112743.2331141-1-javierm@redhat.com>
Date: Thu, 30 Mar 2023 13:27:42 +0200
From: Javier Martinez Canillas <javierm@...hat.com>
To: linux-kernel@...r.kernel.org
Cc: MaĆra Canal <mcanal@...lia.com>,
linux-kselftest@...r.kernel.org, David Gow <davidgow@...gle.com>,
Maxime Ripard <maxime@...no.tech>,
Enric Balletbo i Serra <eballetbo@...hat.com>,
kunit-dev@...glegroups.com, Daniel Latypov <dlatypov@...gle.com>,
Brendan Higgins <brendanhiggins@...gle.com>,
Javier Martinez Canillas <javierm@...hat.com>,
Alex Gaynor <alex.gaynor@...il.com>, Andrew Davis <afd@...com>,
Kees Cook <keescook@...omium.org>,
Masahiro Yamada <masahiroy@...nel.org>,
Miguel Ojeda <ojeda@...nel.org>,
Wedson Almeida Filho <wedsonaf@...gle.com>
Subject: [PATCH] .gitignore: Exclude KUnit config dot-files
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@...hat.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
Powered by blists - more mailing lists