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:
Jakub Kicinski 2023-02-23 10:31:41 -08:00
parent b9d3a3e4ae
commit d77e7eceea
1 changed files with 1 additions and 0 deletions

1
tools/net/ynl/lib/.gitignore vendored Normal file
View File

@ -0,0 +1 @@
__pycache__/