Skip to content

Commit d77e7ec

Browse files
committed
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 <[email protected]> Signed-off-by: Jakub Kicinski <[email protected]>
1 parent b9d3a3e commit d77e7ec

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tools/net/ynl/lib/.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
__pycache__/

0 commit comments

Comments
 (0)