diff options
author | Fam Zheng | 2015-01-04 02:53:46 +0100 |
---|---|---|
committer | Stefan Hajnoczi | 2015-01-13 14:43:28 +0100 |
commit | 1dbe67503b8d35cec797d2b8e742f11e4553cf3b (patch) | |
tree | aa38218cbe18f12bdf5296e1a304e0652892802e /.gitignore | |
parent | libqos: Convert malloc-pc allocator to a generic allocator (diff) | |
download | qemu-1dbe67503b8d35cec797d2b8e742f11e4553cf3b.tar.gz qemu-1dbe67503b8d35cec797d2b8e742f11e4553cf3b.tar.xz qemu-1dbe67503b8d35cec797d2b8e742f11e4553cf3b.zip |
.gitignore: Ignore generated "common.env"
Signed-off-by: Fam Zheng <famz@redhat.com>
Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index e32a58417a..090f974cb9 100644 --- a/.gitignore +++ b/.gitignore @@ -109,3 +109,4 @@ cscope.* tags TAGS *~ +/tests/qemu-iotests/common.env |