]> source.dussan.org Git - gitignore.git/commitdiff
Add stackdump to Windows.gitignore 2375/head
authorWalter Purcaro <vuolter@users.noreply.github.com>
Wed, 10 May 2017 07:23:36 +0000 (09:23 +0200)
committerGitHub <noreply@github.com>
Wed, 10 May 2017 07:23:36 +0000 (09:23 +0200)
**Reasons for making this change:**

Ignore the stack dump generated when a program has crashed under Windows.

**Links to documentation supporting these rule changes:**

http://www.drupalonwindows.com/en/blog/git-shell-windows-reports-shexe-has-stopped-working-appcrash
https://community.atlassian.com/t5/SourceTree-questions/Sourcetree-cannot-clone-pull-anymore-sh-exe-stackdump/qaq-p/82962

Global/Windows.gitignore

index ba26afd9653949ea6f5fdef25505f05bdb7d200f..dff26a9ab70352f72a51a70e4fbf45b0c2e7fbbb 100644 (file)
@@ -3,6 +3,9 @@ Thumbs.db
 ehthumbs.db
 ehthumbs_vista.db
 
+# Dump file
+*.stackdump
+
 # Folder config file
 Desktop.ini