Commit f58999cb authored by WillBrennan's avatar WillBrennan

Including temporary VIM files in gitignore

parent 9cb05285
# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
*.pyc
# C extensions
*.so
......@@ -22,6 +23,10 @@ var/
.installed.cfg
*.egg
# Linux Temporary Files
*~
# PyInstaller
# Usually these files are written by a python script from a template
# before PyInstaller builds the exe, so as to inject date/other infos into it.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment