From: Andrea Bolognani Date: Fri, 19 Mar 2021 13:27:28 +0000 (+0100) Subject: gitignore: Ignore __pycache__ directory X-Git-Tag: v7.2.0-rc1~59 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=6739736786c53e80e9ba9d80c9e7a264fad4186a;p=thirdparty%2Flibvirt.git gitignore: Ignore __pycache__ directory Unfortunately running Python scripts causes this directory to be created in the *source* tree, and there doesn't seem to be a way to prevent that from happening. Signed-off-by: Andrea Bolognani Reviewed-by: Erik Skultety --- diff --git a/.gitignore b/.gitignore index 6d44a50061..4695391342 100644 --- a/.gitignore +++ b/.gitignore @@ -13,6 +13,9 @@ *.orig .git-module-status +# python related ignores +__pycache__/ + # libvirt related ignores /build/ /ci/scratch/