All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v1 1/1] dt-bindings: Fix .gitignore
@ 2023-01-27 15:02 Andy Shevchenko
  2023-02-01  1:27 ` Rob Herring
  0 siblings, 1 reply; 3+ messages in thread
From: Andy Shevchenko @ 2023-01-27 15:02 UTC (permalink / raw)
  To: Andy Shevchenko, devicetree, linux-kernel
  Cc: Rob Herring, Krzysztof Kozlowski, Masahiro Yamada

The tracked files should not be ignored.

Fixes: 44ec8b20d1e9 ("dt-bindings: Add running yamllint to dt_binding_check")
Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
---
 Documentation/devicetree/bindings/.gitignore | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/Documentation/devicetree/bindings/.gitignore b/Documentation/devicetree/bindings/.gitignore
index a77719968a7e..51ddb26d93f0 100644
--- a/Documentation/devicetree/bindings/.gitignore
+++ b/Documentation/devicetree/bindings/.gitignore
@@ -2,3 +2,8 @@
 *.example.dts
 /processed-schema*.yaml
 /processed-schema*.json
+
+#
+# We don't want to ignore the following even if they are dot-files
+#
+!.yamllint
-- 
2.39.0


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

* Re: [PATCH v1 1/1] dt-bindings: Fix .gitignore
  2023-01-27 15:02 [PATCH v1 1/1] dt-bindings: Fix .gitignore Andy Shevchenko
@ 2023-02-01  1:27 ` Rob Herring
  2023-02-01  1:34   ` Masahiro Yamada
  0 siblings, 1 reply; 3+ messages in thread
From: Rob Herring @ 2023-02-01  1:27 UTC (permalink / raw)
  To: Andy Shevchenko
  Cc: devicetree, Krzysztof Kozlowski, Masahiro Yamada, linux-kernel,
	Rob Herring


On Fri, 27 Jan 2023 17:02:25 +0200, Andy Shevchenko wrote:
> The tracked files should not be ignored.
> 
> Fixes: 44ec8b20d1e9 ("dt-bindings: Add running yamllint to dt_binding_check")
> Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
> ---
>  Documentation/devicetree/bindings/.gitignore | 5 +++++
>  1 file changed, 5 insertions(+)
> 

Applied, thanks!


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

* Re: [PATCH v1 1/1] dt-bindings: Fix .gitignore
  2023-02-01  1:27 ` Rob Herring
@ 2023-02-01  1:34   ` Masahiro Yamada
  0 siblings, 0 replies; 3+ messages in thread
From: Masahiro Yamada @ 2023-02-01  1:34 UTC (permalink / raw)
  To: Rob Herring
  Cc: Andy Shevchenko, devicetree, Krzysztof Kozlowski, linux-kernel,
	Rob Herring

On Wed, Feb 1, 2023 at 10:27 AM Rob Herring <robh@kernel.org> wrote:
>
>
> On Fri, 27 Jan 2023 17:02:25 +0200, Andy Shevchenko wrote:
> > The tracked files should not be ignored.
> >
> > Fixes: 44ec8b20d1e9 ("dt-bindings: Add running yamllint to dt_binding_check")
> > Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
> > ---
> >  Documentation/devicetree/bindings/.gitignore | 5 +++++
> >  1 file changed, 5 insertions(+)
> >
>
> Applied, thanks!
>


!/.yamllint


please since this file exists in
Documentation/devicetree/bindings, but never in sub-directories.





-- 
Best Regards
Masahiro Yamada

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

end of thread, other threads:[~2023-02-01  1:35 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-01-27 15:02 [PATCH v1 1/1] dt-bindings: Fix .gitignore Andy Shevchenko
2023-02-01  1:27 ` Rob Herring
2023-02-01  1:34   ` Masahiro Yamada

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.