Commit 961e9b31 authored by Anders Åberg's avatar Anders Åberg

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.
parent 098aee26
...@@ -43,6 +43,9 @@ build/ ...@@ -43,6 +43,9 @@ build/
*.log *.log
*.scc *.scc
# Chutzpah Test files
_Chutzpah*
# Visual C++ cache files # Visual C++ cache files
ipch/ ipch/
*.aps *.aps
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment