From f73266ff0debeb31769b2252712e05d951ec3581 Mon Sep 17 00:00:00 2001 From: Oldes Date: Thu, 19 Oct 2017 17:46:57 +0200 Subject: [PATCH] FEAT: added builded libraries and host.exe into gitignore --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index b033d0828c..b79f9e489d 100644 --- a/.gitignore +++ b/.gitignore @@ -4,6 +4,9 @@ make/r3* make/objs/ +make/host.exe +make/libr3.so +make/libr3.dll src/boot/boot-code.r src/boot/host-init.r src/core/b-boot.c