diff options
| author | Mauro Carvalho Chehab <[email protected]> | 2025-04-24 00:16:24 +0000 |
|---|---|---|
| committer | Jonathan Corbet <[email protected]> | 2025-04-24 16:12:46 +0000 |
| commit | ff14943ea01db967fcc35767466ea028b5723793 (patch) | |
| tree | ea49cd4c1066072a719ca551891e14eb6d70c4e9 /scripts/lib/kdoc/kdoc_output.py | |
| parent | scripts/kernel-doc.py: don't create *.pyc files (diff) | |
| download | kernel-ff14943ea01db967fcc35767466ea028b5723793.tar.gz kernel-ff14943ea01db967fcc35767466ea028b5723793.zip | |
.gitignore: ignore Python compiled bytecode
While the building system doesn't create any Python JIT bytecode,
if one manually runs kernel-doc.py or get_abi.py, Python will,
by default, create a bytecode and store it under scripts/lib/*.
This is normal, and not controlled by the Kernel itself. So,
add *.pyc as an extension to be ignored.
Signed-off-by: Mauro Carvalho Chehab <[email protected]>
Reviewed-by: Miguel Ojeda <[email protected]>
Signed-off-by: Jonathan Corbet <[email protected]>
Message-ID: <ae1c54ddacf6ded1f7154897b10798d4b3fdaf96.1745453655.git.mchehab+huawei@kernel.org>
Diffstat (limited to 'scripts/lib/kdoc/kdoc_output.py')
0 files changed, 0 insertions, 0 deletions
