diff mbox series

[BlueZ,5/5] gitignore: Add __pycache__

Message ID 20240508154604.276763-6-arun@asymptotic.io (mailing list archive)
State Superseded
Headers show
Series ASHA plugin | expand

Checks

Context Check Description
tedd_an/pre-ci_am success Success
tedd_an/CheckPatch success CheckPatch PASS
tedd_an/GitLint success Gitlint PASS

Commit Message

Arun Raghavan May 8, 2024, 3:46 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__