extracted the git add code into it's own function; not implimented at the moment.

This commit is contained in:
jakeg00dwin 2024-03-01 11:36:49 -08:00
parent 075c80040b
commit 59cddd1d48
1 changed files with 0 additions and 7 deletions

View File

@ -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
}