From f3e82e5a2a864ab838e686567a3cdd75760a96d8 Mon Sep 17 00:00:00 2001
From: David Fairbrother <DavidFair@users.noreply.github.com>
Date: Fri, 8 Jun 2018 18:36:14 +0100
Subject: [PATCH] Ignore stack dumps using git ignore

---
 .gitignore | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.gitignore b/.gitignore
index 36b0a8d9cd5..07c6b866b6a 100644
--- a/.gitignore
+++ b/.gitignore
@@ -144,6 +144,7 @@ stylecop.*
 *.dbmdl
 Generated_Code #added for RIA/Silverlight projects
 *.autosave
+*.stackdump # Crash stacktraces
 
 # Backup & report files from converting an old project file to a newer
 # Visual Studio version. Backup files are not needed, because we have git ;-)
-- 
GitLab