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.
This commit is contained in:
Axel Pahl
2016-11-08 15:09:37 +01:00
committed by GitHub
parent 86b58e83ea
commit 9a68e1ad05

1
.gitignore vendored
View File

@@ -48,6 +48,7 @@ xcuserdata/
/testresults.json
testament.db
/csources
dist/
# Private directories and files (IDEs)
.*/