diff options
author | Andy Shevchenko <andriy.shevchenko@linux.intel.com> | 2023-01-27 17:02:25 +0200 |
---|---|---|
committer | Rob Herring <robh@kernel.org> | 2023-02-02 17:10:58 -0600 |
commit | 08f379d98731a7014ee6987508d1228cb56ce694 (patch) | |
tree | 2d20ad72c76bb99ae453bf3880d503134d40e0a1 /Documentation | |
parent | f6933c01e42d2fc83b9133ed755609e4aac6eadd (diff) | |
download | linux-stable-08f379d98731a7014ee6987508d1228cb56ce694.tar.gz linux-stable-08f379d98731a7014ee6987508d1228cb56ce694.tar.bz2 linux-stable-08f379d98731a7014ee6987508d1228cb56ce694.zip |
dt-bindings: Fix .gitignore
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>
Link: https://lore.kernel.org/r/20230127150225.18148-1-andriy.shevchenko@linux.intel.com
Signed-off-by: Rob Herring <robh@kernel.org>
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/devicetree/bindings/.gitignore | 5 |
1 files changed, 5 insertions, 0 deletions
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 |