diff options
author | Benjamin Chausse <benjamin@chausse.xyz> | 2024-12-03 04:21:01 -0500 |
---|---|---|
committer | Benjamin Chausse <benjamin@chausse.xyz> | 2024-12-03 04:21:01 -0500 |
commit | 35972305c49e16be6f1f3ae978ff4e9a233efd10 (patch) | |
tree | d9365acce7cdd8e9b65a90a8e2ff01a691887a9f /.gitignore | |
parent | c4a7ae6903e0d947ac0ca517928f3a86793c82ee (diff) |
todo image instead of wrong graph
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 20 |
1 files changed, 20 insertions, 0 deletions
@@ -4,3 +4,23 @@ *.out *.toc *.snm + +# 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~ |