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