From c95ec122799382911c3b3b74c33065dcbfc827d3 Mon Sep 17 00:00:00 2001 From: c0repwn3r Date: Sun, 12 Jun 2022 15:18:20 -0400 Subject: [PATCH] update gitignore --- .gitignore | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) 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