summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorMaryam Ariyan <maryam.ariyan@microsoft.com>2018-03-26 21:56:35 -0700
committerJan Kotas <jkotas@microsoft.com>2018-03-26 21:56:35 -0700
commit24b9b0dd4de34628a815ef5f08a6e23a5416fa27 (patch)
treeaca56a7b7ddbf7c7ff51003fee22970dbcc9f1e3 /.gitignore
parent37bd5d89ce760b412026296bd5a77495a1f80734 (diff)
downloadcoreclr-24b9b0dd4de34628a815ef5f08a6e23a5416fa27.tar.gz
coreclr-24b9b0dd4de34628a815ef5f08a6e23a5416fa27.tar.bz2
coreclr-24b9b0dd4de34628a815ef5f08a6e23a5416fa27.zip
New chunk should be equal/larger than the one it replaces (#17219)
* The new chunk should be equal or larger than the one it is replacing. Fixes #17205 * Adding .exe.stackdump to .gitignore
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore1
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index e2ac202531..c3d1f56b52 100644
--- a/.gitignore
+++ b/.gitignore
@@ -236,6 +236,7 @@ $RECYCLE.BIN/
# Common binary extensions on Windows
*.exe
+*.exe.stackdump
*.dll
*.lib