diff options
| author | Stefan Schumacher <0xkaishakunin@noreply.codeberg.org> | 2026-02-21 20:45:07 +0100 |
|---|---|---|
| committer | Stefan Schumacher <0xkaishakunin@noreply.codeberg.org> | 2026-02-21 20:45:07 +0100 |
| commit | b03111feaa77470dbdc3395404025826bc5594bd (patch) | |
| tree | ff9473f4056fe98e637e71bfd19c95ecb6fc3295 /.gitignore | |
Initial commit
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 21 |
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~ + |
