5b02531b13
Updating the gitingore files for *.swp, egg and coverage files. Change-Id: I5349a2c16e5f286a9131a4d9bd356f837d8a8680
54 lines
516 B
Plaintext
54 lines
516 B
Plaintext
*.py[cod]
|
|
*.sqlite
|
|
|
|
# C extensions
|
|
*.so
|
|
|
|
# Packages
|
|
*.egg*
|
|
dist
|
|
build
|
|
.venv
|
|
.eggs
|
|
eggs
|
|
parts
|
|
bin
|
|
var
|
|
sdist
|
|
develop-eggs
|
|
.installed.cfg
|
|
lib
|
|
lib64
|
|
|
|
# Installer logs
|
|
pip-log.txt
|
|
|
|
# Unit test / coverage reports
|
|
.coverage
|
|
cover/*
|
|
.tox
|
|
nosetests.xml
|
|
functional_creds.conf
|
|
AUTHORS
|
|
ChangeLog
|
|
|
|
# Translations
|
|
*.mo
|
|
|
|
# Mr Developer
|
|
.mr.developer.cfg
|
|
.project
|
|
.pydevproject
|
|
.idea
|
|
.DS_Store
|
|
etc/mistral.conf
|
|
|
|
#swap file
|
|
*.swp
|
|
|
|
# Files created by releasenotes build
|
|
releasenotes/build
|
|
|
|
# Files created by doc build
|
|
doc/source/api
|