diff mbox

[v2,12/15] .gitignore: Ignore temporary dockerfile

Message ID 1455626399-7111-13-git-send-email-famz@redhat.com
State New
Headers show

Commit Message

Fam Zheng Feb. 16, 2016, 12:39 p.m. UTC
Docker build requires a "context" directory and we use the
$QEMU_SRC/tests/docker/ directory, and the temoprary dockerfile has to be in
the context.

docker_build normally cleans up this file but let's add an entry here just in
case it fails to.

Signed-off-by: Fam Zheng <famz@redhat.com>
---
 .gitignore | 1 +
 1 file changed, 1 insertion(+)
diff mbox

Patch

diff --git a/.gitignore b/.gitignore
index 88a80ff..a335b7b 100644
--- a/.gitignore
+++ b/.gitignore
@@ -109,3 +109,4 @@  cscope.*
 tags
 TAGS
 *~
+/tests/docker/*.docker.tmp