summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorStefan Schumacher <0xkaishakunin@noreply.codeberg.org>2026-02-21 20:45:07 +0100
committerStefan Schumacher <0xkaishakunin@noreply.codeberg.org>2026-02-21 20:45:07 +0100
commitb03111feaa77470dbdc3395404025826bc5594bd (patch)
treeff9473f4056fe98e637e71bfd19c95ecb6fc3295 /.gitignore
Initial commit
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore21
1 files changed, 21 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..ec2481e
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,21 @@
+# ---> 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~
+