tooz/.gitignore
Gorka Eguileor c5bda8229d 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
2015-07-17 13:24:59 +02:00

18 lines
186 B
Plaintext

*.pyc
*.egg-info
build
/.*
!.coveragerc
!.gitignore
!.mailmap
!.testr.conf
.*.sw?
cover/*
covhtml
dist
# Generated by pbr
AUTHORS
ChangeLog
# Generated by testrepository
.testrepository