2010/3/31 Daniel Veillard <veillard(a)redhat.com>:
On Wed, Mar 31, 2010 at 01:38:48PM +0200, Matthias Bolte wrote:
> ---
> src/.gitignore | 1 +
> tests/.gitignore | 1 +
> 2 files changed, 2 insertions(+), 0 deletions(-)
>
> diff --git a/src/.gitignore b/src/.gitignore
> index 26b8689..e407dcb 100644
> --- a/src/.gitignore
> +++ b/src/.gitignore
> @@ -15,3 +15,4 @@ libvirt_lxc
> libvirt.syms
> *.i
> *.s
> +virt-aa-helper
> diff --git a/tests/.gitignore b/tests/.gitignore
> index 399baee..387a924 100644
> --- a/tests/.gitignore
> +++ b/tests/.gitignore
> @@ -33,3 +33,4 @@ object-locking-files.txt
> esxutilstest
> vmx2xmltest
> xml2vmxtest
> +secaatest
ACK,
Daniel
Thanks, pushed.
Matthias