.gitignore: Ignore __pycache__ directories anywhere in the tree

The Meson build system adds several Python scripts, some of which import
code from other Python scripts, which will result in __pycache__
directories appearing in the source tree.

Signed-off-by: Simon McVittie <smcv@collabora.com>
This commit is contained in:
Simon McVittie 2022-06-27 12:42:42 +01:00
parent e7c1646661
commit 0fa6060ea5

1
.gitignore vendored
View file

@ -48,5 +48,6 @@ file*.lst
.libs/
Makefile
Makefile.in
__pycache__/
cscope.out
tags