kore

Kore is a web application platform for writing scalable, concurrent web based processes in C or Python.
Commits | Files | Refs | README | LICENSE | git clone https://git.kore.io/kore.git

commit 5bf5e4c8a69a63069dfb2c3ee1727c9222355815
parent 4d9346681aece322e5d861e026d23c8ad5eba83f
Author: Marcin Szczepaniak <crabonature@users.noreply.github.com>
Date:   Sat, 17 Feb 2018 17:28:01 +0100

Add kodev binary and kore.features to gitignore (#226)


Diffstat:
.gitignore | 2++
1 file changed, 2 insertions(+), 0 deletions(-)

diff --git a/.gitignore b/.gitignore @@ -7,3 +7,5 @@ kore cert obj .lvimrc +kodev/kodev +kore.features