c5bda8229d
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
18 lines
186 B
Plaintext
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
|