Re: [PATCH v6 23/25] python: add .gitignore

2021-05-25 Thread John Snow
On 5/25/21 4:42 PM, Cleber Rosa wrote: On Tue, May 25, 2021 at 04:10:55PM -0400, John Snow wrote: On 5/25/21 3:36 PM, Cleber Rosa wrote: On Wed, May 12, 2021 at 07:12:39PM -0400, John Snow wrote: Ignore *Python* build and package output (build, dist, qemu.egg-info); these files are not created

Re: [PATCH v6 23/25] python: add .gitignore

2021-05-25 Thread Cleber Rosa
On Tue, May 25, 2021 at 04:10:55PM -0400, John Snow wrote: > On 5/25/21 3:36 PM, Cleber Rosa wrote: > > On Wed, May 12, 2021 at 07:12:39PM -0400, 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.

Re: [PATCH v6 23/25] python: add .gitignore

2021-05-25 Thread John Snow
On 5/25/21 3:36 PM, Cleber Rosa wrote: On Wed, May 12, 2021 at 07:12:39PM -0400, 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. Ignore miscellaneous cached python confetti (__pycache__, *.pyc, .mypy_ca

Re: [PATCH v6 23/25] python: add .gitignore

2021-05-25 Thread Cleber Rosa
On Wed, May 12, 2021 at 07:12:39PM -0400, 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. > > Ignore miscellaneous cached python confetti (__pycache__, *.pyc, > .mypy_cache). > > Ignore .idea (pycharm

[PATCH v6 23/25] python: add .gitignore

2021-05-12 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. Ignore miscellaneous cached python confetti (__pycache__, *.pyc, .mypy_cache). Ignore .idea (pycharm) .vscode, and .venv (pipenv et al). Signed-off-by: John Snow --- pyth