From 60228d93e80352ddc4342d5990318fc3c0985b69 Mon Sep 17 00:00:00 2001 From: Daniel Rosenwasser Date: Fri, 12 Feb 2016 17:23:27 -0800 Subject: [PATCH] Ignore using the correct glob. --- .gitignore | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 78d9a92997ca1..db8e29d903a1c 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/cases/**/*.js +tests/cases/**/*.js.map +tests/cases/**/*.d.ts *.config scripts/debug.bat scripts/run.bat