From 5b02531b1366f46c7944ccdfee114e8c9a9fd136 Mon Sep 17 00:00:00 2001 From: Sharat Sharma Date: Wed, 22 Mar 2017 02:43:12 +0530 Subject: [PATCH] Update the gitingore Updating the gitingore files for *.swp, egg and coverage files. Change-Id: I5349a2c16e5f286a9131a4d9bd356f837d8a8680 --- .gitignore | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 01d37b05..2ffeaf3c 100644 --- a/.gitignore +++ b/.gitignore @@ -5,8 +5,7 @@ *.so # Packages -*.egg -*.egg-info +*.egg* dist build .venv @@ -26,6 +25,7 @@ pip-log.txt # Unit test / coverage reports .coverage +cover/* .tox nosetests.xml functional_creds.conf @@ -43,6 +43,9 @@ ChangeLog .DS_Store etc/mistral.conf +#swap file +*.swp + # Files created by releasenotes build releasenotes/build