mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2025-01-06 22:04:22 +08:00
08f379d987
The tracked files should not be ignored.
Fixes: 44ec8b20d1
("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>
10 lines
185 B
Plaintext
10 lines
185 B
Plaintext
# SPDX-License-Identifier: GPL-2.0-only
|
|
*.example.dts
|
|
/processed-schema*.yaml
|
|
/processed-schema*.json
|
|
|
|
#
|
|
# We don't want to ignore the following even if they are dot-files
|
|
#
|
|
!.yamllint
|