tools: net: add __pycache__ to gitignore
authorJakub Kicinski <kuba@kernel.org>
Thu, 23 Feb 2023 18:31:41 +0000 (10:31 -0800)
committerJakub Kicinski <kuba@kernel.org>
Fri, 24 Feb 2023 19:55:47 +0000 (11:55 -0800)
commitd77e7eceeac9f3ab40b45649531993b456eeacd0
treed6ac33a0c6191f548cd5b577fb8b18fe4c021f76
parentb9d3a3e4ae0cb7c443d46ffe413e17749baab3ba
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>
tools/net/ynl/lib/.gitignore [new file with mode: 0644]