From 63595e16888372c9ee2e1d9a8bfba114e1b4343c Mon Sep 17 00:00:00 2001 From: TomAwezome Date: Mon, 12 Sep 2022 22:48:13 -0400 Subject: [PATCH] Add *.bin, *.sys, *.SYS, and src/EFI to .gitignore. --- .gitignore | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitignore b/.gitignore index 675e0864..5bd70e89 100644 --- a/.gitignore +++ b/.gitignore @@ -1,8 +1,12 @@ *.BIN +*.bin *.ZXE *.MAP *.ELF +*.sys +*.SYS *.elf +src/EFI/ build/limine build/ovmf ZealOS-*.iso