mirror of
https://github.com/github/gitignore
synced 2025-07-03 20:08:25 +02:00
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
This commit is contained in:
parent
df6a05e299
commit
0618721661
1 changed files with 3 additions and 0 deletions
|
@ -3,6 +3,9 @@ Thumbs.db
|
|||
ehthumbs.db
|
||||
ehthumbs_vista.db
|
||||
|
||||
# Dump file
|
||||
*.stackdump
|
||||
|
||||
# Folder config file
|
||||
Desktop.ini
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue