Add .idea and vim temp/swap types to .gitignore

.idea/ is the name of a directory created while using PyCharm.
Vim temporary files end with ~, while .swo and .swn are other swap
file extension types created by Vim.

Change-Id: Ifc2fe6f5b64942e8b8c0534d7d98058744e84aa4
This commit is contained in:
Zachary Sais
2016-08-14 23:12:59 -05:00
committed by Gauvain Pocentek
parent 0f90e9a6ea
commit e17cec1c68

4
.gitignore vendored
View File

@@ -21,6 +21,7 @@ var/
.installed.cfg
*.egg
cloudkitty.egg-info
.idea/
# Installer logs
pip-log.txt
@@ -52,6 +53,9 @@ doc/build/
# Others
*.sqlite
*.swp
*~
*.swn
*.swo
*.DS_Store
# tox -e docs