From 9a68e1ad0547c420a81db4bfccd0ca2563af0450 Mon Sep 17 00:00:00 2001 From: Axel Pahl Date: Tue, 8 Nov 2016 15:09:37 +0100 Subject: [PATCH] added dist/ to .gitignore When using `./koch tools`, the directory `dist/` is generated (it contains the `nimble` sources). The `dist` directory was added to .gitignore. --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index f5b8e4826a..50fa9a431b 100644 --- a/.gitignore +++ b/.gitignore @@ -48,6 +48,7 @@ xcuserdata/ /testresults.json testament.db /csources +dist/ # Private directories and files (IDEs) .*/