From 84d6e207c5440ab42fd86077a59eb41ed67536aa Mon Sep 17 00:00:00 2001 From: Eugen Wissner Date: Fri, 23 Feb 2018 18:00:23 +0100 Subject: [PATCH] Ignore dub.selections.json --- .gitignore | 2 ++ README.md | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) 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.