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.1