From bd30870f58d1320433b5e7f4b33105c9cc1759ed Mon Sep 17 00:00:00 2001 From: amitgandhinz Date: Tue, 8 Jul 2014 10:00:32 -0400 Subject: [PATCH] added git ignore to ignore test result files and logs etc --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index 7f3cdabf..69f0c8d0 100644 --- a/.gitignore +++ b/.gitignore @@ -21,11 +21,13 @@ __pycache__ # Installer logs pip-log.txt +*.log # Unit test / coverage reports .coverage .tox nosetests.xml +tests/cover # Translations *.mo @@ -35,3 +37,4 @@ nosetests.xml .project .pydevproject venv +docker_rsa* \ No newline at end of file