From 488b8e59e935c3b6e0b4e9dfc9a38a40fc6bfd4f Mon Sep 17 00:00:00 2001 From: Peter Hamilton Date: Wed, 14 Feb 2018 15:55:27 -0500 Subject: [PATCH] Update and clean up .gitignore This change updates .gitignore, adding new entries and reorganizing and pruning existing ones. --- .gitignore | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/.gitignore b/.gitignore index 128d458..896b411 100644 --- a/.gitignore +++ b/.gitignore @@ -1,14 +1,14 @@ +.cache +.coverage +.idea .project .pydevproject +.pytest_cache +.tox + +*.egg-info *.pyc -.cache/ -.coverage -.idea/ -.tox/ -ChangeLog -PyKMIP.egg-info/ -dist/ -htmlcov/ -tags -build/ +build +dist +htmlcov