diff options
| author | TheCharlatan <seb.kung@gmail.com> | 2019-06-28 06:48:54 +0200 |
|---|---|---|
| committer | TheCharlatan <seb.kung@gmail.com> | 2019-06-28 06:48:54 +0200 |
| commit | 9ab2922eb2f0853cd4ce4398ccfc50742ca0b62e (patch) | |
| tree | b69c4f196b61baaeae02dd7320e3afb16461cb8f /.gitignore | |
| parent | 036b3b56c543ea603c168c2e17405f8ca290ea40 (diff) | |
| download | monzero-gui-9ab2922eb2f0853cd4ce4398ccfc50742ca0b62e.tar.gz monzero-gui-9ab2922eb2f0853cd4ce4398ccfc50742ca0b62e.tar.xz monzero-gui-9ab2922eb2f0853cd4ce4398ccfc50742ca0b62e.zip | |
Add vim generated files to gitignore
Diffstat (limited to '.gitignore')
| -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~ |
