From c6eeed41c79fc40c05e4f12b1a180890250cc340 Mon Sep 17 00:00:00 2001 From: shockrahwow Date: Tue, 15 Jan 2019 20:16:11 -0800 Subject: [PATCH] ignoring proper binary file types --- .gitignore | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index a84db7a..1faa69c 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,4 @@ *bochslog* -*.o -*.elf -./*o -./*elf +*o +*elf +*iso \ No newline at end of file