]> git.ipfire.org Git - thirdparty/libvirt.git/commitdiff
gitignore: Ignore __pycache__ directory
authorAndrea Bolognani <abologna@redhat.com>
Fri, 19 Mar 2021 13:27:28 +0000 (14:27 +0100)
committerAndrea Bolognani <abologna@redhat.com>
Mon, 22 Mar 2021 11:05:11 +0000 (12:05 +0100)
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 <abologna@redhat.com>
Reviewed-by: Erik Skultety <eskultet@redhat.com>
.gitignore

index 6d44a50061bcc22b7b624f02f399c1c533e9b536..469539134280b6f72a34714ef2c93dbb56cc402a 100644 (file)
@@ -13,6 +13,9 @@
 *.orig
 .git-module-status
 
+# python related ignores
+__pycache__/
+
 # libvirt related ignores
 /build/
 /ci/scratch/