From 6739736786c53e80e9ba9d80c9e7a264fad4186a Mon Sep 17 00:00:00 2001 From: Andrea Bolognani Date: Fri, 19 Mar 2021 14:27:28 +0100 Subject: [PATCH] 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 --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) 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/