diff options
| author | WangYuli <[email protected]> | 2025-06-23 07:19:33 +0000 |
|---|---|---|
| committer | Jonathan Corbet <[email protected]> | 2025-07-02 23:10:04 +0000 |
| commit | 38d573a624a54ccde1384ead8af0780fe4005c2b (patch) | |
| tree | 6b73bac057d4d4fccb9b66f3c2b82fc5124bab67 /scripts/lib/kdoc/kdoc_parser.py | |
| parent | Documentation: ext4: Move inode table short docs into its own file (diff) | |
| download | kernel-38d573a624a54ccde1384ead8af0780fe4005c2b.tar.gz kernel-38d573a624a54ccde1384ead8af0780fe4005c2b.zip | |
gitignore: allow .pylintrc to be tracked
The .pylintrc file was introduced by commit 02df8e3b333c ("docs: add a
.pylintrc file with sys path for docs scripts") to provide Python path
configuration for documentation scripts. However, the generic ".*" rule
in .gitignore causes this tracked file to be ignored, leading to warnings
during kernel builds.
Add !.pylintrc to the exception list to explicitly allow this
configuration file to be tracked by git, consistent with other
development tool configuration files like .clang-format and .rustfmt.toml.
This resolves the build warning:
.pylintrc: warning: ignored by one of the .gitignore files
Fixes: 02df8e3b333c ("docs: add a .pylintrc file with sys path for docs scripts")
Signed-off-by: WangYuli <[email protected]>
Reviewed-by: Miguel Ojeda <[email protected]>
Reviewed-by: Mauro Carvalho Chehab <[email protected]>
Signed-off-by: Jonathan Corbet <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Diffstat (limited to 'scripts/lib/kdoc/kdoc_parser.py')
0 files changed, 0 insertions, 0 deletions
