Re: [PATCH v7 29/31] python: add .gitignore

2021-05-27 Thread Cleber Rosa
On Wed, May 26, 2021 at 12:18:55PM +0300, Vladimir Sementsov-Ogievskiy wrote: > 26.05.2021 03:24, John Snow wrote: > > Ignore *Python* build and package output (build, dist, qemu.egg-info); > > these files are not created as part of a QEMU build. They are created by > > running the commands 'python

Re: [PATCH v7 29/31] python: add .gitignore

2021-05-26 Thread John Snow
On 5/26/21 5:18 AM, Vladimir Sementsov-Ogievskiy wrote: 26.05.2021 03:24, John Snow wrote: Ignore *Python* build and package output (build, dist, qemu.egg-info); these files are not created as part of a QEMU build. They are created by running the commands 'python3 setup.py ' when preparing tarba

Re: [PATCH v7 29/31] python: add .gitignore

2021-05-26 Thread Vladimir Sementsov-Ogievskiy
26.05.2021 03:24, John Snow wrote: Ignore *Python* build and package output (build, dist, qemu.egg-info); these files are not created as part of a QEMU build. They are created by running the commands 'python3 setup.py ' when preparing tarballs to upload to e.g. PyPI. Ignore miscellaneous cached

[PATCH v7 29/31] python: add .gitignore

2021-05-25 Thread John Snow
Ignore *Python* build and package output (build, dist, qemu.egg-info); these files are not created as part of a QEMU build. They are created by running the commands 'python3 setup.py ' when preparing tarballs to upload to e.g. PyPI. Ignore miscellaneous cached python confetti (mypy, pylint, et al)