Update the gitingore
Updating the gitingore files for *.swp, egg and coverage files. Change-Id: I5349a2c16e5f286a9131a4d9bd356f837d8a8680
This commit is contained in:
parent
6ae1bad9a0
commit
5b02531b13
7
.gitignore
vendored
7
.gitignore
vendored
@ -5,8 +5,7 @@
|
|||||||
*.so
|
*.so
|
||||||
|
|
||||||
# Packages
|
# Packages
|
||||||
*.egg
|
*.egg*
|
||||||
*.egg-info
|
|
||||||
dist
|
dist
|
||||||
build
|
build
|
||||||
.venv
|
.venv
|
||||||
@ -26,6 +25,7 @@ pip-log.txt
|
|||||||
|
|
||||||
# Unit test / coverage reports
|
# Unit test / coverage reports
|
||||||
.coverage
|
.coverage
|
||||||
|
cover/*
|
||||||
.tox
|
.tox
|
||||||
nosetests.xml
|
nosetests.xml
|
||||||
functional_creds.conf
|
functional_creds.conf
|
||||||
@ -43,6 +43,9 @@ ChangeLog
|
|||||||
.DS_Store
|
.DS_Store
|
||||||
etc/mistral.conf
|
etc/mistral.conf
|
||||||
|
|
||||||
|
#swap file
|
||||||
|
*.swp
|
||||||
|
|
||||||
# Files created by releasenotes build
|
# Files created by releasenotes build
|
||||||
releasenotes/build
|
releasenotes/build
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user