From c47a2b389850bb701055a3fcc3e87bad6099985f Mon Sep 17 00:00:00 2001 From: Victor Fernandes Date: Wed, 1 Feb 2017 20:03:14 -0500 Subject: [PATCH] Ignore intermediary assembly/linker/object files --- .gitignore | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) 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