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 | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/.gitmodules b/.gitmodules index 6a2d298..b341c61 100644 --- a/.gitmodules +++ b/.gitmodules @@ -2,7 +2,11 @@ path = emacs/emacs.d url = https://github.com/Chizi123/.emacs.d.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