mirror of
https://gitee.com/bianbu-linux/linux-6.6
synced 2025-04-24 14:07:52 -04:00
tools: net: add __pycache__ to gitignore
Python will generate its customary cache when running ynl scripts: ?? tools/net/ynl/lib/__pycache__/ Reported-by: Chuck Lever III <chuck.lever@oracle.com> Signed-off-by: Jakub Kicinski <kuba@kernel.org>
This commit is contained in:
parent
b9d3a3e4ae
commit
d77e7eceea
1 changed files with 1 additions and 0 deletions
1
tools/net/ynl/lib/.gitignore
vendored
Normal file
1
tools/net/ynl/lib/.gitignore
vendored
Normal file
|
@ -0,0 +1 @@
|
||||||
|
__pycache__/
|
Loading…
Add table
Add a link
Reference in a new issue