From e861db967c0c34a1f858cda8613ade89800b61c2 Mon Sep 17 00:00:00 2001 From: Bogdan Marinescu Date: Tue, 4 Oct 2016 15:08:40 +0300 Subject: [PATCH] Ignore BUILD directory The latest versions of mbed-cli generate their output in BUILD/ instead of .build/. This commit adds BUILD/ to the list of git ignored directories. --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index abce393ccf..8d94e38c87 100644 --- a/.gitignore +++ b/.gitignore @@ -11,6 +11,7 @@ mbed_settings.py # Default Build Directory .build/ +BUILD/ .mbed venv/