We currently have the following folder in our repository:
src/third_party/mozjs-60/extract/js/src/jit/x64/
But the folder is currently ignored by our gitignore. In fact `x64/` means ignore all the folders and sub-folders named `x64`
- is caused by
-
SERVER-39747 Visual Studio projects generated by scons create files not in .gitignore
- Closed