Merge pull request #2148 from vrde/ignore-vim-swap-files

Problem: vim swap files are not ignored by git
This commit is contained in:
Manolo 2018-03-22 17:13:16 +01:00 committed by GitHub
commit 0e7adb33d2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

15
.gitignore vendored
View File

@ -6,6 +6,21 @@ __pycache__/
# C extensions
*.so
# Swap -- copypasta from https://github.com/github/gitignore/blob/master/Global/Vim.gitignore
[._]*.s[a-v][a-z]
[._]*.sw[a-p]
[._]s[a-v][a-z]
[._]sw[a-p]
# Session
Session.vim
# Temporary
.netrwhist
*~
# Auto-generated tag files
tags
# Distribution / packaging
.Python
env/