Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/dotnet/runtime.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRyan Lucia <rylucia@microsoft.com>2020-08-14 03:55:44 +0300
committerGitHub <noreply@github.com>2020-08-14 03:55:44 +0300
commit053d6082e2c545647b8fc92a0b1e30db54f421d6 (patch)
tree32715c56b75caed78a9b4882c6610a4913d8ede4 /.gitignore
parent28e2d54da1ae0ccdea86a95c61d0e07f156cc0af (diff)
[mono] Adjust wasm gitignore and Makefile (#40797)
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore4
1 files changed, 4 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index bfe14adb6c0..25fc51757e2 100644
--- a/.gitignore
+++ b/.gitignore
@@ -353,3 +353,7 @@ src/coreclr/src/System.Private.CoreLib/common
# The debug directory should not be ignored
!src/coreclr/src/debug
+
+# Mono Wasm-specific excludes
+src/mono/wasm/emsdk/
+src/mono/wasm/.stamp-wasm-install-and-select*