]> xenbits.xensource.com Git - libvirt.git/commitdiff
.gitignore: Ignore the correct rename example binary
authorMichal Privoznik <mprivozn@redhat.com>
Mon, 7 Sep 2015 08:40:55 +0000 (10:40 +0200)
committerMichal Privoznik <mprivozn@redhat.com>
Mon, 7 Sep 2015 08:40:55 +0000 (10:40 +0200)
In e755186c5c305a9 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>
.gitignore

index 19402f5b8cd2585967db26d6a0373b756b7ed252..2d52a8fb06d66d86e9370ad48b430de7bcc5cf7c 100644 (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/*