Skip to content

Commit

Permalink
Merge pull request #36 from markplagge/Develop
Browse files Browse the repository at this point in the history
Fixed SSH Github Bug
  • Loading branch information
Mark Plagge authored Apr 13, 2017
2 parents 3c61fb2 + ef50357 commit 6439ab8
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -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/
2 changes: 1 addition & 1 deletion .gitmodules
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
[submodule "ROSS"]
path = ROSS
url = git@github.com:carothersc/ROSS.git
url = https://github.com/carothersc/ROSS.git

0 comments on commit 6439ab8

Please sign in to comment.