Files
deb-python-fuelclient/.gitignore
Roman Prykhodchenko 88a0a6b3b8 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.
2015-01-13 11:57:41 +01:00

30 lines
215 B
Plaintext

*.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