From 69f03475b29bb8ca78ef5f871bf03579ce5c339d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Zsolt=20Borb=C3=A9ly?= Date: Fri, 7 Apr 2017 17:03:38 +0200 Subject: [PATCH] Add the directory of test262 tests to .gitignore (#1719) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit JerryScript-DCO-1.0-Signed-off-by: Zsolt Borbély zsborbely.u-szeged@partner.samsung.com --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index 3edc8ce34..6df59404a 100644 --- a/.gitignore +++ b/.gitignore @@ -38,3 +38,6 @@ targets/esp8266/libs # Generated documentation docs/doxygen + +# Tests +tests/test262/