summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorAnton Kling <anton@kling.gg>2023-10-30 22:44:02 +0100
committerAnton Kling <anton@kling.gg>2023-10-31 00:18:38 +0100
commit34342b53c39aa3f22326b6e4eda960cc20cfa0f0 (patch)
tree01bc4fcbc78623e406bcfa45dd9bd04ebd915663 /.gitignore
parent8a9208612eec8ddae4c418485d848ecfa0613699 (diff)
Meta: Create simple build scripts for kernel, userland and general enviroment
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore2
1 files changed, 2 insertions, 0 deletions
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-*/