From fa3e95222efd8295d12e6de8451c1b9f61160647 Mon Sep 17 00:00:00 2001 From: Stunx <56417208+StunxFS@users.noreply.github.com> Date: Thu, 27 Aug 2020 02:35:04 -0400 Subject: [PATCH] doc: ignore sokol.sapp (#6228) --- vlib/.vdocignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/vlib/.vdocignore b/vlib/.vdocignore index c43a17047f..0ed3b30d5e 100644 --- a/vlib/.vdocignore +++ b/vlib/.vdocignore @@ -9,4 +9,5 @@ v/tests/ v/checker/tests/ v/gen/js/ v/gen/x64/ -v/gen/tests/ \ No newline at end of file +v/gen/tests/ +sokol/sapp