.gitignore: Ignore swp files

...and many other hidden or temporary files besides.

Change-Id: I7ef2591ff4871cf323dea4e6d730ad1931e105c0
This commit is contained in:
Stephen Finucane 2017-12-13 15:06:38 +00:00 committed by Artom Lifshitz
parent 3abbb3345a
commit 27c839d814

21
.gitignore vendored
View File

@ -1,6 +1,21 @@
build *.DS_Store
*.egg*
*.log
*.mo
*.pyc *.pyc
.eggs *.swo
*.egg-info *.swp
*.sqlite
*~
.autogenerated
.coverage
.nova-venv
.project
.pydevproject
.ropeproject
.testrepository/
.tox .tox
.stestr .stestr
.idea
.venv
build