Files
deb-python-fuelclient/.gitignore
Roman Prykhodchenko 4dffff9660 Support separate jUnit files for environments
Otherwise they get overwritten by each other.

Change-Id: Ib216a0eb302a62acbb5045cadb3a0c31074c40c2
Related-bug: #1476808
2015-08-19 16:50:25 +02:00

32 lines
242 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
fuelclient-*.xml
.coverage