diff options
| -rw-r--r-- | .globalgitignore | 26 |
1 files changed, 25 insertions, 1 deletions
diff --git a/.globalgitignore b/.globalgitignore index 1bfb158..55155f5 100644 --- a/.globalgitignore +++ b/.globalgitignore @@ -1,3 +1,27 @@ -*.swp +# +# Vim stuff (taken from https://github.com/github/gitignore/blob/main/Global/Vim.gitignore) +# + +# Swap +[._]*.s[a-v][a-z] +[._]*.sw[a-p] +[._]s[a-rt-v][a-z] +[._]ss[a-gi-z] +[._]sw[a-p] + +# Temporary +.netrwhist +*~ +# Auto-generated tag files +tags +# Persistent undo +[._]*.un~ + .vim-session + +# +# General software compilation +# + nohup.out +output |
