summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorBenjamin Chausse <benjamin@chausse.xyz>2023-10-12 11:27:20 -0400
committerBenjamin Chausse <benjamin@chausse.xyz>2023-10-12 11:27:20 -0400
commitcf473c39984ff94b574d9ebf25ad5ff6e63868e0 (patch)
treeae92e1dde03ff15b1e6b457f0be39dfd34efbbb9 /.gitignore
parent2b0efdf448f3e8778efa2fe355e9abf495d440c7 (diff)
Try to fix fzf-gitignore
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore39
1 files changed, 39 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 398942b..3b8f40f 100644
--- a/.gitignore
+++ b/.gitignore
@@ -43,3 +43,42 @@ luac.out
*.x86_64
*.hex
+### Vim ###
+# Swap
+[._]*.s[a-v][a-z]
+!*.svg # comment out if you don't need vector files
+[._]*.sw[a-p]
+[._]s[a-rt-v][a-z]
+[._]ss[a-gi-z]
+[._]sw[a-p]
+
+# Session
+Session.vim
+Sessionx.vim
+
+# Temporary
+.netrwhist
+*~
+# Auto-generated tag files
+tags
+# Persistent undo
+[._]*.un~
+
+### Tags ###
+# Ignore tags created by etags, ctags, gtags (GNU global) and cscope
+TAGS
+.TAGS
+!TAGS/
+tags
+.tags
+!tags/
+gtags.files
+GTAGS
+GRTAGS
+GPATH
+GSYMS
+cscope.files
+cscope.out
+cscope.in.out
+cscope.po.out
+