63e4e7587c
Change-Id: I0b926b42a35d4eff240cca1a39efe23082b435a6 Related-Bug: #1506885
31 lines
237 B
Plaintext
31 lines
237 B
Plaintext
*.pyc
|
|
*.sqlite
|
|
|
|
# vim swap files
|
|
.*.swp
|
|
|
|
# services' runtime files
|
|
*.log
|
|
*.pid
|
|
|
|
# Vagrant housekeeping file
|
|
.vagrant
|
|
|
|
build
|
|
dist
|
|
nosetests.xml
|
|
lock
|
|
|
|
*.egg
|
|
.testrepository
|
|
.tox
|
|
.venv
|
|
.idea
|
|
.DS_Store
|
|
test_run/*
|
|
.cache
|
|
|
|
*.egg-info
|
|
|
|
.bashrc
|