From 66ad4f64ae804ef85a4935fe6bc4d5320bb492c0 Mon Sep 17 00:00:00 2001 From: Ruslan Kamaldinov Date: Fri, 14 Nov 2014 03:30:29 +0300 Subject: [PATCH] Update gitignore Ignore: 1. UT coverage reports 2. PyCharm files Change-Id: I02cd98625cc5c95d02f2327e434318e490e2c815 --- .gitignore | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitignore b/.gitignore index 1399c98..067bc6d 100644 --- a/.gitignore +++ b/.gitignore @@ -23,6 +23,7 @@ pip-log.txt # Unit test / coverage reports .coverage +cover .tox nosetests.xml .testrepository @@ -35,6 +36,9 @@ nosetests.xml .project .pydevproject +#IntelJ Idea +.idea/ + # Complexity output/*.html output/*/index.html