diff mbox series

[BlueZ,v6,5/5] gitignore: Add __pycache__

Message ID 20240516193836.228281-6-arun@asymptotic.io
State Superseded
Headers show
Series ASHA plugin | expand

Commit Message

Arun Raghavan May 16, 2024, 7:38 p.m. UTC
These directories are created when running scripts in test/ in-tree, and
can safely be ignored.
---
 .gitignore | 2 ++
 1 file changed, 2 insertions(+)
diff mbox series

Patch

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__