mirror of
https://github.com/bigchaindb/bigchaindb.git
synced 2024-10-13 13:34:05 +00:00
Merge pull request #2148 from vrde/ignore-vim-swap-files
Problem: vim swap files are not ignored by git
This commit is contained in:
commit
0e7adb33d2
15
.gitignore
vendored
15
.gitignore
vendored
@ -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/
|
||||
|
Loading…
x
Reference in New Issue
Block a user