mirror of
https://gitlab.freedesktop.org/dbus/dbus.git
synced 2026-02-14 23:50:28 +01:00
.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 <smcv@collabora.com>
This commit is contained in:
parent
e7c1646661
commit
0fa6060ea5
1 changed files with 1 additions and 0 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -48,5 +48,6 @@ file*.lst
|
|||
.libs/
|
||||
Makefile
|
||||
Makefile.in
|
||||
__pycache__/
|
||||
cscope.out
|
||||
tags
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue