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
This commit is contained in:
Gorka Eguileor 2015-07-17 13:24:59 +02:00
parent 8423a91cbb
commit c5bda8229d
1 changed files with 8 additions and 2 deletions

10
.gitignore vendored
View File

@ -1,8 +1,14 @@
*.pyc
*.egg-info
build
.egg
.tox
/.*
!.coveragerc
!.gitignore
!.mailmap
!.testr.conf
.*.sw?
cover/*
covhtml
dist
# Generated by pbr
AUTHORS