[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Qemu-devel] [PATCH 1/6 for-3.0] Update .gitignore
From: |
Leonid Bloch |
Subject: |
[Qemu-devel] [PATCH 1/6 for-3.0] Update .gitignore |
Date: |
Mon, 30 Jul 2018 00:27:39 +0300 |
Adds /roms/vgabios to .gitignore - this directory appears after the
build, and was not ignored by Git so far.
Signed-off-by: Leonid Bloch <address@hidden>
---
.gitignore | 1 +
1 file changed, 1 insertion(+)
diff --git a/.gitignore b/.gitignore
index 5668d02782..2b3b30ae9f 100644
--- a/.gitignore
+++ b/.gitignore
@@ -212,3 +212,4 @@ trace-dtrace-root.dtrace
trace-ust-all.h
trace-ust-all.c
/target/arm/decode-sve.inc.c
+/roms/vgabios
--
2.17.1
- [Qemu-devel] [PATCH 0/6] qcow2: Make the L2 cache cover the whole image by default, Leonid Bloch, 2018/07/29
- [Qemu-devel] [PATCH 5/6] qcow2: Make the default L2 cache sufficient to cover the entire image, Leonid Bloch, 2018/07/29
- [Qemu-devel] [PATCH 1/6 for-3.0] Update .gitignore,
Leonid Bloch <=
- [Qemu-devel] [PATCH 6/6] qcow2: Resize the cache upon image resizing, Leonid Bloch, 2018/07/29
- [Qemu-devel] [PATCH 2/6 for-3.0] qcow2: A grammar fix in conflicting cache sizing error message, Leonid Bloch, 2018/07/29
- [Qemu-devel] [PATCH 3/6 for-3.0] qcow2: Options' documentation fixes, Leonid Bloch, 2018/07/29
- [Qemu-devel] [PATCH 4/6] qcow2: Update total_sectors when resizing the image, Leonid Bloch, 2018/07/29
- Re: [Qemu-devel] [PATCH 0/6] qcow2: Make the L2 cache cover the whole image by default, Kevin Wolf, 2018/07/30