.gitignore maintenance (#1758)

* OSX Finder leaves `.DS_Store` files around; make them ignored.
* The mbedk64f target has been renamed to mbed a long time ago;
  follow that change in .gitignore, too.

JerryScript-DCO-1.0-Signed-off-by: Akos Kiss akiss@inf.u-szeged.hu
This commit is contained in:
Akos Kiss
2017-04-21 02:45:09 +02:00
committed by yichoi
parent ea44b3b44c
commit 2ebb8de3ab
+5 -4
View File
@@ -21,6 +21,7 @@ vgcore.*
cscope.* cscope.*
__pycache__ __pycache__
*.pyc *.pyc
.DS_Store
# ctags and ID database # ctags and ID database
tags tags
@@ -28,10 +29,10 @@ ID
# targets # targets
jerry-targetjs.h jerry-targetjs.h
targets/mbedk64f/libjerry targets/mbed/libjerry
targets/mbedk64f/build targets/mbed/build
targets/mbedk64f/yotta_modules targets/mbed/yotta_modules
targets/mbedk64f/yotta_targets targets/mbed/yotta_targets
.output .output
targets/esp8266/output.map targets/esp8266/output.map
targets/esp8266/libs targets/esp8266/libs