diff --git a/.gitignore b/.gitignore index 780690a..dfe0d15 100644 --- a/.gitignore +++ b/.gitignore @@ -35,6 +35,6 @@ bld/ /test ## Object/Assembly/Linker files -.asm -.a -.o \ No newline at end of file +*.asm +*.a +*.o \ No newline at end of file