mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-12-22 13:45:38 +00:00
.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:
parent
732ce2789b
commit
ea65fdba7f
2
.gitignore
vendored
2
.gitignore
vendored
@ -83,7 +83,7 @@
|
|||||||
/examples/domtop/domtop
|
/examples/domtop/domtop
|
||||||
/examples/hellolibvirt/hellolibvirt
|
/examples/hellolibvirt/hellolibvirt
|
||||||
/examples/openauth/openauth
|
/examples/openauth/openauth
|
||||||
/examples/rename/test
|
/examples/rename/rename
|
||||||
/gnulib/lib/*
|
/gnulib/lib/*
|
||||||
/gnulib/m4/*
|
/gnulib/m4/*
|
||||||
/gnulib/tests/*
|
/gnulib/tests/*
|
||||||
|
Loading…
Reference in New Issue
Block a user