瀏覽代碼

Add stackdump to Windows.gitignore

**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
pull/2375/head
Walter Purcaro 7 年之前
父節點
當前提交
0618721661
共有 1 個文件被更改,包括 3 次插入0 次删除
  1. 3
    0
      Global/Windows.gitignore

+ 3
- 0
Global/Windows.gitignore 查看文件

@@ -3,6 +3,9 @@ Thumbs.db
ehthumbs.db
ehthumbs_vista.db

# Dump file
*.stackdump

# Folder config file
Desktop.ini


Loading…
取消
儲存