* .gitignore: Add exemption for hashtest.
---
Pushing this under the trivial rule.
.gitignore | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/.gitignore b/.gitignore
index 35dbdde..803f2a3 100644
--- a/.gitignore
+++ b/.gitignore
@@ -51,6 +51,7 @@
/src/libvirt_iohelper
/tests/*.log
/tests/cputest
+/tests/hashtest
/tests/nwfilterxml2xmltest
/update.log
Makefile
--
1.7.4.2