Skip to content

Commit

Permalink
[mono] Adjust wasm gitignore (dotnet#48325)
Browse files Browse the repository at this point in the history
- move the responsibility of ignoring wasm files to the mono/wasm .gitignore
  • Loading branch information
kjpou1 committed Feb 16, 2021
1 parent 7653b05 commit c07d59a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
4 changes: 0 additions & 4 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -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*
4 changes: 3 additions & 1 deletion src/mono/wasm/.gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
!Makefile
!Makefile
.stamp-wasm-install-and-select*
emsdk

0 comments on commit c07d59a

Please sign in to comment.