From 692347fd970ad1cad4244f0da27ee08a129d2e98 Mon Sep 17 00:00:00 2001 From: beder Date: Tue, 18 Oct 2011 14:48:07 -0500 Subject: [PATCH] Added a .hgignore file that ignores the generated yaml.h --- .hgignore | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 .hgignore diff --git a/.hgignore b/.hgignore new file mode 100644 index 0000000..8cf1324 --- /dev/null +++ b/.hgignore @@ -0,0 +1,2 @@ +syntax: glob +include/yaml-cpp/yaml.h