Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Unignore some Makefiles in src/mono (#38923)
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