diff options
author | Eric Blake <eblake@redhat.com> | 2011-10-19 13:49:59 -0600 |
---|---|---|
committer | Eric Blake <eblake@redhat.com> | 2011-10-19 13:49:59 -0600 |
commit | 99e2505210a105a722e6785ca1306dcab91eed30 (patch) | |
tree | 593c5d24386ebb00eb608ee763d38e6e2452952a /.gitignore | |
parent | qemu: Test name-space handling (diff) | |
download | libvirt-99e2505210a105a722e6785ca1306dcab91eed30.tar.gz libvirt-99e2505210a105a722e6785ca1306dcab91eed30.tar.bz2 libvirt-99e2505210a105a722e6785ca1306dcab91eed30.zip |
build: ignore test executable
* .gitignore: Add exemption.
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 41fa50f5d..b04db588f 100644 --- a/.gitignore +++ b/.gitignore @@ -74,6 +74,7 @@ /tests/networkxml2argvtest /tests/nwfilterxml2xmltest /tests/openvzutilstest +/tests/qemuxmlnstest /tests/shunloadtest /update.log Makefile |