[libvirt] [PATCH] remove daemon/probes.h from .gitignore

Laine Stump laine at laine.org
Thu Mar 8 21:53:40 UTC 2012


The file daemon/probes.h used to be generated as part of a build, but
is no longer used. However, a stale copy of it lying around could
cause a build to fail. Removing it from .gitignore will make it more
likely someone will notice that they have it lying around.
---

Although this is a very simple change, I haven't used the trivial rule
to push it, just to make sure everyone notices it, and nobody
accidentally adds the file to git with "git add .".

 .gitignore |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/.gitignore b/.gitignore
index 264a419..b35e863 100644
--- a/.gitignore
+++ b/.gitignore
@@ -54,7 +54,6 @@
 /daemon/libvirtd.8
 /daemon/libvirtd.8.in
 /daemon/libvirtd.pod
-/daemon/probes.h
 /docs/devhelp/libvirt.devhelp
 /docs/hvsupport.html.in
 /docs/libvirt-api.xml
-- 
1.7.7.6




More information about the libvir-list mailing list