From 62361e6f27fd31addba9e4fde782bf3393172a05 Mon Sep 17 00:00:00 2001 From: Jesse 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