From 46ee63906f9db6aa97d2a21033a7b4f6c411bb88 Mon Sep 17 00:00:00 2001 From: Ryan Cavanaugh Date: Thu, 11 Feb 2016 18:04:39 -0800 Subject: [PATCH] Ignore JS files under tests/cases/* --- .gitignore | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 05f981a0ace..78d9a92997c 100644 --- a/.gitignore +++ b/.gitignore @@ -28,9 +28,9 @@ build.json *.actual tests/webhost/*.d.ts tests/webhost/webtsc.js -tests/*.js -tests/*.js.map -tests/*.d.ts +tests/**/*.js +tests/**/*.js.map +tests/**/*.d.ts *.config scripts/debug.bat scripts/run.bat