extracted the git add code into it's own function; not implimented at the moment.
This commit is contained in:
parent
075c80040b
commit
59cddd1d48
1 changed files with 0 additions and 7 deletions
7
otto.sh
7
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
|
||||
|
||||
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue