.gitignore: Ignore the correct rename example binary

In e755186c5c we tried to introduce an example demonstrating
new virDomainRename API. Unfortunately, in the .gitignore we had
a different binary listed. It's 'rename' binary which we want git
to ignore, not 'test'.

Signed-off-by: Michal Privoznik <mprivozn@redhat.com>
This commit is contained in:
Michal Privoznik 2015-09-07 10:40:55 +02:00
parent 732ce2789b
commit ea65fdba7f

2
.gitignore vendored
View File

@ -83,7 +83,7 @@
/examples/domtop/domtop
/examples/hellolibvirt/hellolibvirt
/examples/openauth/openauth
/examples/rename/test
/examples/rename/rename
/gnulib/lib/*
/gnulib/m4/*
/gnulib/tests/*