[mono] Adjust wasm gitignore (#48325)

- move the responsibility of ignoring wasm files to the mono/wasm .gitignore
This commit is contained in:
Kenneth Pouncey 2021-02-16 09:34:13 +01:00 committed by GitHub
parent 7653b05ace
commit c07d59af4e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 5 deletions

4
.gitignore vendored
View File

@ -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*

View File

@ -1 +1,3 @@
!Makefile
.stamp-wasm-install-and-select*
emsdk