From 4bc9424dd347d73562dcca58ee12c84987c8b898 Mon Sep 17 00:00:00 2001 From: George Oikonomou Date: Mon, 2 Apr 2018 15:48:48 +0100 Subject: [PATCH] Ignore .e and .o even if outside obj_ --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index f8f72f54b..9f825c9f3 100644 --- a/.gitignore +++ b/.gitignore @@ -7,6 +7,8 @@ *.elf *.zip *.d +*.o +*.e *.ihex *.pyc *~