From 34342b53c39aa3f22326b6e4eda960cc20cfa0f0 Mon Sep 17 00:00:00 2001 From: Anton Kling Date: Mon, 30 Oct 2023 22:44:02 +0100 Subject: Meta: Create simple build scripts for kernel, userland and general enviroment --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 1afc5be..7b14540 100644 --- a/.gitignore +++ b/.gitignore @@ -8,6 +8,8 @@ *.tar.xz *.tar.xz.sig .cache/ +logs/ +sysroot/* toolchain/bin/ toolchain/binutils-*/ toolchain/gcc-*/ -- cgit v1.2.3