From f808ad844143c20f4ca30b99d976c24c820897e2 Mon Sep 17 00:00:00 2001 From: probonopd Date: Sat, 5 Feb 2022 17:16:12 +0000 Subject: [PATCH] Update .gitignore --- .gitignore | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index d99efa9..1d4082f 100644 --- a/.gitignore +++ b/.gitignore @@ -29,4 +29,10 @@ # Executables *.exe *.out -*.app \ No newline at end of file +*.app + +# Toolchain +gcc-* + +# Build artefacts +kernel* \ No newline at end of file