From 4bc9424dd347d73562dcca58ee12c84987c8b898 Mon Sep 17 00:00:00 2001 From: George Oikonomou Date: Mon, 2 Apr 2018 15:48:48 +0100 Subject: [PATCH 1/2] 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 *~ From 7a17d652b56c861d31e3329b349924867a24a2f0 Mon Sep 17 00:00:00 2001 From: George Oikonomou Date: Mon, 2 Apr 2018 15:50:09 +0100 Subject: [PATCH 2/2] Git ignore the msp430-specific .firmware make target --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 9f825c9f3..a67ff3f50 100644 --- a/.gitignore +++ b/.gitignore @@ -32,6 +32,7 @@ COOJA.testlog *.nrf52dk *.openmote-cc2538 *.sky +*.firmware *.srf06-cc26xx *.zoul