]> git.ipfire.org Git - thirdparty/dbus.git/commitdiff
.gitignore: Ignore __pycache__ directories anywhere in the tree
authorSimon McVittie <smcv@collabora.com>
Mon, 27 Jun 2022 11:42:42 +0000 (12:42 +0100)
committerSimon McVittie <smcv@collabora.com>
Wed, 13 Jul 2022 19:36:13 +0000 (20:36 +0100)
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>
.gitignore

index 72923bda0fe582c7d1cc2e9e563ea70e6c439b1c..e16b972efce6b0eeaf6ce98e08a518089418f5f8 100644 (file)
@@ -48,5 +48,6 @@ file*.lst
 .libs/
 Makefile
 Makefile.in
+__pycache__/
 cscope.out
 tags