From 9e3bbfe882af26e9eda63a5e86e69651a3a3dfcb Mon Sep 17 00:00:00 2001 From: Patrick Steele-Idem Date: Fri, 10 Apr 2015 18:27:35 -0600 Subject: [PATCH] Ignore actual.html files --- test/.gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/test/.gitignore b/test/.gitignore index 20e3467aa..fa89beae6 100644 --- a/test/.gitignore +++ b/test/.gitignore @@ -1,4 +1,5 @@ *.marko.js *.marko.xml.js *.actual.js -*.actual.html \ No newline at end of file +*.actual.html +actual.html \ No newline at end of file