diff --git a/.gitignore b/.gitignore index 343640f..328e448 100644 --- a/.gitignore +++ b/.gitignore @@ -152,3 +152,28 @@ go.work # Built Visual Studio Code Extensions *.vsix + +# 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 +