Added vim temporary files to .gitignore (#14)
This commit is contained in:
parent
c8c4a0b010
commit
69b4ae2988
1 changed files with 9 additions and 0 deletions
9
.gitignore
vendored
9
.gitignore
vendored
|
|
@ -39,3 +39,12 @@ buck-out/
|
|||
\.buckd/
|
||||
android/app/libs
|
||||
android/keystores/debug.keystore
|
||||
|
||||
# Vim
|
||||
[._]*.s[a-w][a-z]
|
||||
[._]s[a-w][a-z]
|
||||
*.un~
|
||||
Session.vim
|
||||
.netrwhist
|
||||
*~
|
||||
tags
|
||||
|
|
|
|||
Loading…
Reference in a new issue