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