From 54129ac2b4e3f6fe194cf0793d3c9b5921774257 Mon Sep 17 00:00:00 2001 From: Spencer Alger Date: Sun, 15 Dec 2013 17:47:25 -0700 Subject: [PATCH] added another log file to the gitignore, need to simplify those tests --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 993b79d14..d7e44cd7d 100644 --- a/.gitignore +++ b/.gitignore @@ -12,4 +12,5 @@ test/integration/yaml_suite/yaml_tests.json test/browser_integration/yaml_tests.js junit-*.xml test.log -coverage.html +elasticsearch.log +coverage.html \ No newline at end of file