extracted the git add code into it's own function; not implimented at the moment.
This commit is contained in:
parent
075c80040b
commit
59cddd1d48
7
otto.sh
7
otto.sh
|
@ -91,13 +91,6 @@ add_new_module () {
|
||||||
tree -L 2 $modtest_dir
|
tree -L 2 $modtest_dir
|
||||||
|
|
||||||
# Now we add the new files to the git tracked files
|
# 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
|
|
||||||
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue