From ea65fdba7fb43963db3ad88f23120967fc2e901b Mon Sep 17 00:00:00 2001 From: Michal Privoznik Date: Mon, 7 Sep 2015 10:40:55 +0200 Subject: [PATCH] .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 --- .gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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/* -- 2.47.2