whitebox-tempest-plugin/.gitignore
Stephen Finucane 27c839d814 .gitignore: Ignore swp files
...and many other hidden or temporary files besides.

Change-Id: I7ef2591ff4871cf323dea4e6d730ad1931e105c0
2018-01-09 21:35:06 -05:00

22 lines
179 B
Plaintext

*.DS_Store
*.egg*
*.log
*.mo
*.pyc
*.swo
*.swp
*.sqlite
*~
.autogenerated
.coverage
.nova-venv
.project
.pydevproject
.ropeproject
.testrepository/
.tox
.stestr
.idea
.venv
build