mirror of
https://github.com/monero-project/monero-gui.git
synced 2024-11-16 15:58:11 +00:00
Merge pull request #2235
9ab2922
Add vim generated files to gitignore (TheCharlatan)
This commit is contained in:
commit
c4b3fbae1d
1 changed files with 19 additions and 0 deletions
19
.gitignore
vendored
19
.gitignore
vendored
|
@ -13,3 +13,22 @@ monero-wallet-gui_plugin_import.cpp
|
|||
monero-wallet-gui_qml_plugin_import.cpp
|
||||
*.qmlc
|
||||
*.jsc
|
||||
|
||||
### Vim ###
|
||||
# Swap
|
||||
[._]*.s[a-v][a-z]
|
||||
[._]*.sw[a-p]
|
||||
[._]s[a-rt-v][a-z]
|
||||
[._]ss[a-gi-z]
|
||||
[._]sw[a-p]
|
||||
|
||||
# Session
|
||||
Session.vim
|
||||
|
||||
# Temporary
|
||||
.netrwhist
|
||||
*~
|
||||
# Auto-generated tag files
|
||||
tags
|
||||
# Persistent undo
|
||||
[._]*.un~
|
||||
|
|
Loading…
Reference in a new issue