Add .gitignore and .gitreview

After python-fuelclient was factored out to a separate
repository it's necessary to put .gitignore and .gitreview
configuration files into it.
This commit is contained in:
Roman Prykhodchenko
2015-01-13 11:57:41 +01:00
parent a4852dd9c6
commit 88a0a6b3b8
2 changed files with 33 additions and 0 deletions

29
.gitignore vendored Normal file
View File

@@ -0,0 +1,29 @@
*.pyc
*.sqlite
*.gem
# vim swap files
.*.swp
# services' runtime files
*.log
*.pid
# Vagrant housekeeping file
.vagrant
build
dist
lock
*.egg
.testrepository
.tox
.venv
.idea
.DS_Store
test_run/*
*.egg-info

4
.gitreview Normal file
View File

@@ -0,0 +1,4 @@
[gerrit]
host=review.openstack.org
port=29418
project=stackforge/python-fuelclient.git