From: Michal Privoznik Date: Mon, 7 Sep 2015 08:40:55 +0000 (+0200) Subject: .gitignore: Ignore the correct rename example binary X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=ea65fdba7fb43963db3ad88f23120967fc2e901b;p=libvirt.git .gitignore: Ignore the correct rename example binary 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 --- diff --git a/.gitignore b/.gitignore index 19402f5b8c..2d52a8fb06 100644 --- a/.gitignore +++ b/.gitignore @@ -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/*