diff --git a/.gitignore b/.gitignore index 9752f579..485d4336 100644 --- a/.gitignore +++ b/.gitignore @@ -14,6 +14,9 @@ # `/output_local/` subdirectories are ignored as they contain large outputs that will be stored outside of Github *output_local/ +# Commit everything in `gslab_make` +!*lib/gslab_make/tests/input/ + # The following extensions indicated intermediate files generated by certain programs during compiling *.pyc *.lyx~ diff --git a/lib/gslab_make/tests/input/rinstall_test_package/Ecdat_0.1-6.1.tar.gz b/lib/gslab_make/tests/input/rinstall_test_package/Ecdat_0.1-6.1.tar.gz index 704bb5e1..20b60f13 100644 Binary files a/lib/gslab_make/tests/input/rinstall_test_package/Ecdat_0.1-6.1.tar.gz and b/lib/gslab_make/tests/input/rinstall_test_package/Ecdat_0.1-6.1.tar.gz differ diff --git a/setup/config_user_template.yaml b/setup/config_user_template.yaml index d2a8652d..24b35984 100644 --- a/setup/config_user_template.yaml +++ b/setup/config_user_template.yaml @@ -1,5 +1,5 @@ ##################################################################### -# Make a copy of this file called config_local.yaml and place +# Make a copy of this file called config_user.yaml and place # it at the root level of the repository # # This file holds local settings specific to your computing diff --git a/setup/requirements.txt b/setup/requirements.txt index 305b1f87..c22fda41 100644 --- a/setup/requirements.txt +++ b/setup/requirements.txt @@ -4,4 +4,5 @@ matplotlib gitpython termcolor colorama -jupyter \ No newline at end of file +jupyter +future \ No newline at end of file