diff --git a/.gitignore b/.gitignore index 089e610..780690a 100644 --- a/.gitignore +++ b/.gitignore @@ -32,4 +32,9 @@ bld/ ## Miscellaneous files *.zip *.exe -/test \ No newline at end of file +/test + +## Object/Assembly/Linker files +.asm +.a +.o \ No newline at end of file