mirror of
https://github.com/monero-project/monero-gui.git
synced 2024-11-16 15:58:11 +00:00
Add vim generated files to gitignore
This commit is contained in:
parent
036b3b56c5
commit
9ab2922eb2
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
|
monero-wallet-gui_qml_plugin_import.cpp
|
||||||
*.qmlc
|
*.qmlc
|
||||||
*.jsc
|
*.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