From 542e3dea71aec468d83a09815d2500d2e52f35ad Mon Sep 17 00:00:00 2001
From: Michele Tartara <mtartara@google.com>
Date: Thu, 13 Dec 2012 12:48:55 +0100
Subject: [PATCH] Add hpc-mon-collector to .gitignore

It is a binary file and it should never be added to the git repository.

Signed-off-by: Michele Tartara <mtartara@google.com>
Reviewed-by: Iustin Pop <iustin@google.com>
---
 .gitignore | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.gitignore b/.gitignore
index 21b59fa27..733003dcd 100644
--- a/.gitignore
+++ b/.gitignore
@@ -121,6 +121,7 @@
 /htools/ganeti-confd
 /htools/rpc-test
 /htest/hpc-htools
+/htest/hpc-mon-collector
 /htest/test
 /htools/*.prof*
 /htools/*.stat
-- 
GitLab