9a1b5329aa
Update .gitignore to skip editor files and .coveragerc to remove nonexisted directory Change-Id: Icab626dfcd8d71993e0d7e6e218a86ec8cd0c502
24 lines
269 B
Plaintext
24 lines
269 B
Plaintext
*.egg*
|
|
*.mo
|
|
*.pyc
|
|
*~
|
|
.*.swp
|
|
.*sw?
|
|
.coverage
|
|
.testrepository
|
|
.tox
|
|
AUTHORS
|
|
build/*
|
|
ChangeLog
|
|
cover/*
|
|
dist/*
|
|
doc/build
|
|
doc/source/api/
|
|
etc/aodh/aodh.conf
|
|
subunit.log
|
|
tools/lintstack.head.py
|
|
tools/pylint_exceptions
|
|
|
|
# Files created by releasenotes build
|
|
releasenotes/build
|