Suggest a shallow clone of the library submodule

This saves some space on the user's file system. They can still update
to the full history of the binaries if they want, e.g. with
```
git fetch ---unshallow
```
(https://stackoverflow.com/a/17937889/870079)
This commit is contained in:
heinrich5991 2017-07-21 10:14:25 +02:00
parent 1683b71cf9
commit aa673a714b

1
.gitmodules vendored
View file

@ -1,3 +1,4 @@
[submodule "ddnet-libs"]
path = ddnet-libs
url = https://github.com/ddnet/ddnet-libs
shallow = true