diff options
| author | luigi1111 <luigi1111w@gmail.com> | 2019-06-29 13:37:54 -0500 |
|---|---|---|
| committer | luigi1111 <luigi1111w@gmail.com> | 2019-06-29 13:37:54 -0500 |
| commit | c4b3fbae1dfa8539db918879c7e7e54331f8b806 (patch) | |
| tree | b69c4f196b61baaeae02dd7320e3afb16461cb8f | |
| parent | 036b3b56c543ea603c168c2e17405f8ca290ea40 (diff) | |
| parent | 9ab2922eb2f0853cd4ce4398ccfc50742ca0b62e (diff) | |
| download | monzero-gui-c4b3fbae1dfa8539db918879c7e7e54331f8b806.tar.gz monzero-gui-c4b3fbae1dfa8539db918879c7e7e54331f8b806.tar.xz monzero-gui-c4b3fbae1dfa8539db918879c7e7e54331f8b806.zip | |
Merge pull request #2235
9ab2922 Add vim generated files to gitignore (TheCharlatan)
| -rw-r--r-- | .gitignore | 19 |
1 files changed, 19 insertions, 0 deletions
@@ -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~ |
