diff --git a/.gitignore b/.gitignore index cbbd0b5..3fe33e3 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,7 @@ -bin/ -obj/ \ No newline at end of file +# Build artifacts +build/ +include/shade/version.h +src/iso/boot/shade.bin +*.o +*.bin +*.iso \ No newline at end of file