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.
pull/2906/head
Bogdan Marinescu 2016-10-04 15:08:40 +03:00
parent 3ad80ebdbb
commit e861db967c
1 changed files with 1 additions and 0 deletions

1
.gitignore vendored
View File

@ -11,6 +11,7 @@ mbed_settings.py
# Default Build Directory
.build/
BUILD/
.mbed
venv/