dotfiles

$HOME is where the <3 is
git clone git://git.alexkarle.com/dotfiles.git
Log | Files | Refs | README | LICENSE

commit 17172177ca337aa5c67288790e84fb125e5ececf (patch)
parent 98b1b24ced932919af366821813405c485fc3596
Author: Alex Karle <alex@alexkarle.com>
Date:   Sat, 19 Feb 2022 12:37:51 -0500

mblaze: Update gitignore to ignore seq, cur, et al

Diffstat:
M.gitignore | 5++++-
1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/.gitignore b/.gitignore @@ -1 +1,4 @@ -.mblaze/mless +# mblaze stores things like the current sequence in this dir +.mblaze/* +!.mblaze/mless.in +!.mblaze/filter