summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSyndamia <kamen.d.mladenov@protonmail.com>2022-05-03 15:04:23 +0300
committerSyndamia <kamen.d.mladenov@protonmail.com>2022-05-03 15:04:23 +0300
commit7abbb09921221cb4c5e8af92eddd90f4caa2347a (patch)
treebfef4cb5f2b648276ae760e45e259740908a7314
parent1d198e3c42e9098d8f43bcc4bdaf262e589b41f6 (diff)
downloaddotfiles-7abbb09921221cb4c5e8af92eddd90f4caa2347a.tar
dotfiles-7abbb09921221cb4c5e8af92eddd90f4caa2347a.tar.gz
dotfiles-7abbb09921221cb4c5e8af92eddd90f4caa2347a.zip
Improved global gitignore
-rw-r--r--.globalgitignore26
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