From c5bda8229d24f85a38a02f02f065c5a13fd2a369 Mon Sep 17 00:00:00 2001 From: Gorka Eguileor Date: Fri, 17 Jul 2015 13:24:59 +0200 Subject: [PATCH] Update .gitignore This adds new entries to .gitignore so that we: - Ignore all hidden files in the project root directory with some exceptions - Ignore vim temporary files - Ignore coverage files (not configuration) Change-Id: Ib8ca21452ca619b6d4429017bb898597609c0dbd --- .gitignore | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 601c8857..82c6cb67 100644 --- a/.gitignore +++ b/.gitignore @@ -1,8 +1,14 @@ *.pyc *.egg-info build -.egg -.tox +/.* +!.coveragerc +!.gitignore +!.mailmap +!.testr.conf +.*.sw? +cover/* +covhtml dist # Generated by pbr AUTHORS