diff --git a/.gitignore b/.gitignore index 4b8673b352a7..6b660fb7ffd7 100644 --- a/.gitignore +++ b/.gitignore @@ -360,7 +360,3 @@ src/coreclr/System.Private.CoreLib/common !src/coreclr/inc/obj/ !src/coreclr/vm/.vscode/ !src/coreclr/vm/.vscode/c_cpp_properties.json - -# Mono Wasm-specific excludes -src/mono/wasm/emsdk/ -src/mono/wasm/.stamp-wasm-install-and-select* diff --git a/src/mono/wasm/.gitignore b/src/mono/wasm/.gitignore index 3d758890d349..752927a4aeef 100644 --- a/src/mono/wasm/.gitignore +++ b/src/mono/wasm/.gitignore @@ -1 +1,3 @@ -!Makefile \ No newline at end of file +!Makefile +.stamp-wasm-install-and-select* +emsdk