Otherwise they get overwritten by each other. Change-Id: Ib216a0eb302a62acbb5045cadb3a0c31074c40c2 Related-bug: #1476808
32 lines
242 B
Plaintext
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
|