Add .gitignore file

Change-Id: I0b926b42a35d4eff240cca1a39efe23082b435a6
Related-Bug: #1506885
This commit is contained in:
Vladimir Kozhukalov 2015-10-22 17:15:08 +03:00
parent 86621cfd87
commit 63e4e7587c
1 changed files with 30 additions and 0 deletions

30
.gitignore vendored Normal file
View File

@ -0,0 +1,30 @@
*.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