Re: [Qemu-devel] [PATCH 1/6 for-3.0] Update .gitignore

2018-07-30 Thread Eric Blake
On 07/30/2018 10:40 AM, Eric Blake wrote: On 07/29/2018 04:27 PM, Leonid Bloch wrote: Adds /roms/vgabios to .gitignore - this directory appears after the build, and was not ignored by Git so far. Actually, that's the directories for one of the submodules. It seems fishy to have a directory l

Re: [Qemu-devel] [PATCH 1/6 for-3.0] Update .gitignore

2018-07-30 Thread Eric Blake
On 07/29/2018 04:27 PM, Leonid Bloch wrote: Adds /roms/vgabios to .gitignore - this directory appears after the build, and was not ignored by Git so far. Actually, that's the directories for one of the submodules. It seems fishy to have a directory listed in both .gitignore and .gitmodules at

[Qemu-devel] [PATCH 1/6 for-3.0] Update .gitignore

2018-07-29 Thread Leonid Bloch
Adds /roms/vgabios to .gitignore - this directory appears after the build, and was not ignored by Git so far. Signed-off-by: Leonid Bloch --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 5668d02782..2b3b30ae9f 100644 --- a/.gitignore +++ b/.gitigno