Skip to content

Commit

Permalink
Unignore some Makefiles in src/mono (#38923)
Browse files Browse the repository at this point in the history
The global .gitignore ignores `Makefile` since it's typically just a build artifact of CMake/automake.
However we have a few real Makefiles in src/mono that were excluded by this, resulting in VSCode's search not looking in them.
  • Loading branch information
akoeplinger authored Jul 8, 2020
1 parent 6628864 commit 16a405e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/mono/netcore/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,4 @@ packs/
/obj
.configured
/config.make
!Makefile
1 change: 1 addition & 0 deletions src/mono/wasm/.gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
/emsdk_env.sh
!Makefile

0 comments on commit 16a405e

Please sign in to comment.