diff options
author | Eric Blake <eblake@redhat.com> | 2011-06-30 12:13:51 -0600 |
---|---|---|
committer | Eric Blake <eblake@redhat.com> | 2011-06-30 12:15:56 -0600 |
commit | 1e1f65312f71da0d09411288bf379fcc7b4ac5da (patch) | |
tree | 997e1ceaec0505950dd7f55cd77485f0d2d12c98 /.gitignore | |
parent | Add conditionals to allow build without SASL (diff) | |
download | libvirt-1e1f65312f71da0d09411288bf379fcc7b4ac5da.tar.gz libvirt-1e1f65312f71da0d09411288bf379fcc7b4ac5da.tar.bz2 libvirt-1e1f65312f71da0d09411288bf379fcc7b4ac5da.zip |
build: ignore generated file
* .gitignore: Exempt jsontest binary.
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index be4193d61..1bfb7b9bd 100644 --- a/.gitignore +++ b/.gitignore @@ -57,6 +57,7 @@ /tests/*.log /tests/cputest /tests/hashtest +/tests/jsontest /tests/networkxml2argvtest /tests/nwfilterxml2xmltest /tests/openvzutilstest |