mirror of https://github.com/dotnet/runtime
[mono] Adjust wasm gitignore (#48325)
- move the responsibility of ignoring wasm files to the mono/wasm .gitignore
This commit is contained in:
parent
7653b05ace
commit
c07d59af4e
|
@ -360,7 +360,3 @@ src/coreclr/System.Private.CoreLib/common
|
||||||
!src/coreclr/inc/obj/
|
!src/coreclr/inc/obj/
|
||||||
!src/coreclr/vm/.vscode/
|
!src/coreclr/vm/.vscode/
|
||||||
!src/coreclr/vm/.vscode/c_cpp_properties.json
|
!src/coreclr/vm/.vscode/c_cpp_properties.json
|
||||||
|
|
||||||
# Mono Wasm-specific excludes
|
|
||||||
src/mono/wasm/emsdk/
|
|
||||||
src/mono/wasm/.stamp-wasm-install-and-select*
|
|
||||||
|
|
|
@ -1 +1,3 @@
|
||||||
!Makefile
|
!Makefile
|
||||||
|
.stamp-wasm-install-and-select*
|
||||||
|
emsdk
|
||||||
|
|
Loading…
Reference in New Issue