Get rid of git submodule

This commit is contained in:
Sergey Avseyev
2015-05-26 14:16:22 +03:00
parent 16ebd8a3b5
commit b77ae66e84
4 changed files with 2 additions and 5 deletions

1
.gitignore vendored
View File

@@ -41,3 +41,4 @@ xcuserdata/
/testresults.html
/testresults.json
testament.db
/csources

3
.gitmodules vendored
View File

@@ -1,3 +0,0 @@
[submodule "csources"]
path = csources
url = ../../nim-lang/csources.git

View File

@@ -3,7 +3,7 @@ set -e
set -x
if [ ! -e csources/.git ]; then
git submodule update --init --depth 1
git clone --depth 1 git://github.com/nim-lang/csources.git csources
fi
cd "csources"

Submodule csources deleted from 15724e2e1f