mirror of
https://gitlab.uni-freiburg.de/opensourcevdi/spice-common
synced 2026-08-06 20:37:02 +00:00
build: Add __pycache__/*.pyc to DISTCLEANFILES
Python 3 puts its .pyc files in a __pycache__ subdirectory, This commit adds these to DISTCLEANFILES. My main motivation for doing this is so that git.mk can then properly add them to .gitignore. Acked-by: Victor Toso <victortoso@redhat.com>
This commit is contained in:
parent
a526fea413
commit
32e2ed57b5
@ -11,6 +11,6 @@ PYTHON_MODULES = \
|
||||
|
||||
EXTRA_DIST = meson.build $(PYTHON_MODULES)
|
||||
|
||||
DISTCLEANFILES = *.pyc
|
||||
DISTCLEANFILES = *.pyc __pycache__/*.pyc
|
||||
|
||||
-include $(top_srcdir)/git.mk
|
||||
|
||||
Loading…
Reference in New Issue
Block a user