Ignore dub.selections.json

This commit is contained in:
Eugen Wissner 2018-02-23 18:00:23 +01:00
parent af942116e4
commit 84d6e207c5
2 changed files with 3 additions and 1 deletions

2
.gitignore vendored
View File

@ -4,6 +4,8 @@
# D
.dub
dub.selections.json
__test__*__
__test__*__.core
/tanya-test-*

View File

@ -168,7 +168,7 @@ Deprecated features are removed after one release that includes these deprecatio
## Further characteristics
* Tanya is a native D library without any external dependencies.
* Tanya is a native D library
* Tanya is cross-platform. The development happens on a 64-bit Linux, but it
is being tested on Windows and FreeBSD as well.