summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.gitignore2
-rw-r--r--README.md2
2 files changed, 3 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore
index 65eccaa..3e37a49 100644
--- a/.gitignore
+++ b/.gitignore
@@ -4,6 +4,8 @@
# D
.dub
+dub.selections.json
+
__test__*__
__test__*__.core
/tanya-test-*
diff --git a/README.md b/README.md
index 6d703ce..b99fe42 100644
--- a/README.md
+++ b/README.md
@@ -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.