From 59cddd1d48f02fd08d6abaa772b5117041422bb1 Mon Sep 17 00:00:00 2001 From: jakeg00dwin Date: Fri, 1 Mar 2024 11:36:49 -0800 Subject: [PATCH] extracted the git add code into it's own function; not implimented at the moment. --- otto.sh | 7 ------- 1 file changed, 7 deletions(-) diff --git a/otto.sh b/otto.sh index c1c7dc0..a45976b 100755 --- a/otto.sh +++ b/otto.sh @@ -91,13 +91,6 @@ add_new_module () { tree -L 2 $modtest_dir # Now we add the new files to the git tracked files - git add ${modsrc_dir}/* - git add ${modsrc_dir} - git add ${modtest_dir}/* - git add ${modtest_dir} - git add ./src/CMakeLists.txt - git add ./tests/CMakeLists.txt - }