From 8c5a5315d550d9fe7c62b43a39809a2a9bbc3294 Mon Sep 17 00:00:00 2001 From: Mark Plagge Date: Thu, 13 Apr 2017 14:39:59 -0400 Subject: [PATCH 1/2] Fix .gitignore again. --- .gitignore | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/.gitignore b/.gitignore index dfbb5b4..3465603 100644 --- a/.gitignore +++ b/.gitignore @@ -38,3 +38,15 @@ compile_commands.json .idea/NeMo.iml .idea/NeMo.iml + +\.idea/ + +__pycache__/ + +cmake-build-debug/bin/ + +cmake-build-debug/ + +cmake-build-release/src/ + +cmake-build-release/ From ef503574024d01b418ed9d0f71ae41a2be54d94b Mon Sep 17 00:00:00 2001 From: Mark Plagge Date: Thu, 13 Apr 2017 14:52:41 -0400 Subject: [PATCH 2/2] Fixed ROSS access bug - SSH not needed. --- .gitmodules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitmodules b/.gitmodules index f085de7..8475ca7 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,3 @@ [submodule "ROSS"] path = ROSS - url = git@github.com:carothersc/ROSS.git + url = https://github.com/carothersc/ROSS.git