From e81210ae820b33eeb1b78ff396d12f47ba755d09 Mon Sep 17 00:00:00 2001 From: Ain <41307858+nero@users.noreply.github.com> Date: Thu, 25 May 2017 22:03:47 +0000 Subject: [PATCH] add built artifacts to gitignore --- .gitignore | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..f3cdb5d --- /dev/null +++ b/.gitignore @@ -0,0 +1,5 @@ +*.asm +*.elf +*.hex +*.map +*.o