From 642f6245afb782382c165dc4d9ff1cbdf40a697d Mon Sep 17 00:00:00 2001 From: Joel Grunbaum <joelgrun@gmail.com> Date: Mon, 14 Jul 2025 12:42:25 +0000 Subject: [PATCH] Ignore emacs subrepo dirty --- .gitmodules | 12 +++++++++--- 1 files changed, 9 insertions(+), 3 deletions(-) diff --git a/.gitmodules b/.gitmodules index 025450e..b341c61 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,6 +1,12 @@ [submodule "emacs/.emacs.d"] path = emacs/emacs.d url = https://github.com/Chizi123/.emacs.d.git -[submodule "zsh/.zsh/antigen"] - path = zsh/antigen - url = https://github.com/zsh-users/antigen.git + branch = main + ignore = all +[submodule "zsh/antidote"] + path = zsh/antidote + url = https://github.com/mattmc3/antidote.git + branch = main +[submodule "bash/ble.sh"] + path = bash/ble.sh + url = https://github.com/akinomyoga/ble.sh.git -- Gitblit v1.10.0