From 58af4a6c969bde1d9c255667f0ca42c48be04ef7 Mon Sep 17 00:00:00 2001 From: s2 Date: Fri, 11 Nov 2016 22:37:57 +0100 Subject: [PATCH] add project file to gitignore --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index be42619..5a5ffd7 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ /tests/reports/ /tests/screenshots/ -/tests/*log \ No newline at end of file +/tests/*log +/.project