From: Simon McVittie Date: Mon, 27 Jun 2022 11:42:42 +0000 (+0100) Subject: .gitignore: Ignore __pycache__ directories anywhere in the tree X-Git-Tag: dbus-1.15.0~32^2~96 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0fa6060ea5576adbf76e8066ce797b1df53f375b;p=thirdparty%2Fdbus.git .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 --- diff --git a/.gitignore b/.gitignore index 72923bda0..e16b972ef 100644 --- a/.gitignore +++ b/.gitignore @@ -48,5 +48,6 @@ file*.lst .libs/ Makefile Makefile.in +__pycache__/ cscope.out tags