From 3da31666ef062b8b59a40492b7574f18b49f6f6d Mon Sep 17 00:00:00 2001 From: Bradlee Speice Date: Sat, 13 Jun 2015 19:00:01 -0400 Subject: [PATCH] Update the submodule config --- .gitignore | 5 ++++- .gitmodules | 3 +++ 2 files changed, 7 insertions(+), 1 deletion(-) create mode 100644 .gitmodules diff --git a/.gitignore b/.gitignore index 1adc831..689a557 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,4 @@ -# Created by .ignore support plugin (hsz.mobi) \ No newline at end of file +# Created by .ignore support plugin (hsz.mobi) +build/ +.idea/workspace.xml +.gradle/ diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..d06aeaf --- /dev/null +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule "jsword"] + path = jsword + url = https://github.com/crosswire/jsword.git