diff options
author | Eric Blake <eblake@redhat.com> | 2010-04-30 08:52:54 -0600 |
---|---|---|
committer | Eric Blake <eblake@redhat.com> | 2011-02-21 09:27:05 -0700 |
commit | ec28eb29b72f3e376a7d53e482c75eb4df7fb72a (patch) | |
tree | d68d5701c43ce42cc816db095b61eaa48041e4fb /.gitignore | |
parent | maint: fix 'make dist' in VPATH build (diff) | |
download | libvirt-ec28eb29b72f3e376a7d53e482c75eb4df7fb72a.tar.gz libvirt-ec28eb29b72f3e376a7d53e482c75eb4df7fb72a.tar.bz2 libvirt-ec28eb29b72f3e376a7d53e482c75eb4df7fb72a.zip |
autobuild.sh: use VPATH build
Try to avoid future regressions on the VPATH front.
* autobuild.sh: Uncomment VPATH use.
* .gitignore: Exclude build directory.
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 309becf2c..41f7654c0 100644 --- a/.gitignore +++ b/.gitignore @@ -26,6 +26,7 @@ /autom4te.cache /build-aux /build-aux/ +/build/ /config.cache /config.guess /config.h |