From 79ad369afc0f26c32eda1606d4d4376fdd820b43 Mon Sep 17 00:00:00 2001 From: Henrique Prange Date: Tue, 15 Sep 2015 13:26:35 -0300 Subject: [PATCH] Ignores the log file generated by PhatomJS during the build I tried to change the location where PhantomJS writes the log file unsuccessfully. --- Tests/ERModernMoviesTest/.gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Tests/ERModernMoviesTest/.gitignore b/Tests/ERModernMoviesTest/.gitignore index fcc7e7a559b..2f10ee127d0 100644 --- a/Tests/ERModernMoviesTest/.gitignore +++ b/Tests/ERModernMoviesTest/.gitignore @@ -3,4 +3,5 @@ bin build *.xcodeproj *.pbxproj -ant.* \ No newline at end of file +ant.* +phantomjsdriver.log