From 961e9b31a4fd7d3933278310ffbeb6efc03ab620 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Anders=20=C3=85berg?= Date: Wed, 29 May 2013 10:14:45 +0200 Subject: [PATCH] Visual Studio: Ignore Chutzpah testrunnerfiles Ignores the compiled typescript files that chutzpah creates. Alot of files are created, so ignoring them have an high impact on repository health. --- VisualStudio.gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/VisualStudio.gitignore b/VisualStudio.gitignore index 99456160..0f439994 100644 --- a/VisualStudio.gitignore +++ b/VisualStudio.gitignore @@ -43,6 +43,9 @@ build/ *.log *.scc +# Chutzpah Test files +_Chutzpah* + # Visual C++ cache files ipch/ *.aps