2024-05-17 13:17:05

by Arun Raghavan

[permalink] [raw]
Subject: [PATCH BlueZ,v6 5/5] gitignore: Add __pycache__

These directories are created when running scripts in test/ in-tree, and
can safely be ignored.
---
.gitignore | 2 ++
1 file changed, 2 insertions(+)

diff --git a/.gitignore b/.gitignore
index 6a6422379..041a707af 100644
--- a/.gitignore
+++ b/.gitignore
@@ -187,3 +187,5 @@ compile_commands.json
cscope.in.out
cscope.out
cscope.po.out
+
+**/__pycache__
--
2.45.0