From 85c06cec8c8536097dad0a4422b152326bdf44fd Mon Sep 17 00:00:00 2001 From: Eric-Paul Ickhorn Date: Tue, 25 Apr 2023 17:22:00 +0200 Subject: [PATCH] Added binary files to gitignore --- stage_1/.gitignore | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 stage_1/.gitignore diff --git a/stage_1/.gitignore b/stage_1/.gitignore new file mode 100644 index 0000000..3a7b464 --- /dev/null +++ b/stage_1/.gitignore @@ -0,0 +1,25 @@ + +# Machine Code +*.exe +*.dll + +*.a +*.bin +*.elf +*.hex +*.o +*.so + +# Disk Images +*.disk +*.img +*.iso + +# Image Files (for whatever reason) +*.bmp +*.bpg +*.gif +*.jpg +*.png +*.webp +