Update .gitignore

This commit is contained in:
Quinn Stephens 2024-08-24 16:44:43 -04:00
parent 7aac701cc1
commit b96b3d769c

5
.gitignore vendored
View File

@ -9,6 +9,7 @@
Makefile Makefile
/BUILD/ /BUILD/
/UNUSED/ /UNUSED/
/DISK/
# Prerequisites # Prerequisites
*.d *.d
@ -43,3 +44,7 @@ Makefile
*.out *.out
*.app *.app
# Disk image files
*.img
*.iso
*.fd