Browse Source

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.
Anders Åberg 12 years ago
parent
commit
961e9b31a4
1 changed files with 3 additions and 0 deletions
  1. 3 0
      VisualStudio.gitignore

+ 3 - 0
VisualStudio.gitignore

@@ -43,6 +43,9 @@ build/
 *.log
 *.scc
 
+# Chutzpah Test files
+_Chutzpah*
+
 # Visual C++ cache files
 ipch/
 *.aps