[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <20230223183141.1422857-4-kuba@kernel.org>
Date: Thu, 23 Feb 2023 10:31:41 -0800
From: Jakub Kicinski <kuba@...nel.org>
To: davem@...emloft.net
Cc: netdev@...r.kernel.org, edumazet@...gle.com, pabeni@...hat.com,
Jakub Kicinski <kuba@...nel.org>,
Chuck Lever III <chuck.lever@...cle.com>
Subject: [PATCH net 3/3] 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@...cle.com>
Signed-off-by: Jakub Kicinski <kuba@...nel.org>
---
tools/net/ynl/lib/.gitignore | 1 +
1 file changed, 1 insertion(+)
create mode 100644 tools/net/ynl/lib/.gitignore
diff --git a/tools/net/ynl/lib/.gitignore b/tools/net/ynl/lib/.gitignore
new file mode 100644
index 000000000000..c18dd8d83cee
--- /dev/null
+++ b/tools/net/ynl/lib/.gitignore
@@ -0,0 +1 @@
+__pycache__/
--
2.39.2
Powered by blists - more mailing lists