Add .gitignore and .gitreview

This commit adds .gitignore and .gitreview for developers convenience.

Change-Id: I4b6d41a25ceb7577818d6ab29fc45dd090a61cca
This commit is contained in:
Masayuki Igawa 2019-02-01 22:55:46 +09:00
parent 7d1b41e644
commit e45eef3a72
No known key found for this signature in database
GPG Key ID: 290F53EDC899BF89
2 changed files with 17 additions and 0 deletions

13
.gitignore vendored Normal file
View File

@ -0,0 +1,13 @@
AUTHORS
ChangeLog
*.pyc
__pycache__/
*.egg*
.tox
.stestr
.coverage*
!.coveragerc
cover/
# Files created by releasenotes build
releasenotes/build

4
.gitreview Normal file
View File

@ -0,0 +1,4 @@
[gerrit]
host=review.openstack.org
port=29418
project=openstack/airship-tempest-plugin.git