diff options
author | Tommaso Tocci <tommaso.tocci@mongodb.com> | 2020-03-30 16:40:51 +0200 |
---|---|---|
committer | Evergreen Agent <no-reply@evergreen.mongodb.com> | 2020-03-30 15:05:54 +0000 |
commit | 7a78564155ac8a31f053a0ee6c9360a1700d1220 (patch) | |
tree | 681a86349cbfc7591c6ad37937726a8b7c52ce18 /.gitignore | |
parent | d2f52a64e26caaedc2bfe988c9b7f22c2fb4e811 (diff) | |
download | mongo-7a78564155ac8a31f053a0ee6c9360a1700d1220.tar.gz |
SERVER-47174 mozjs third party code folder is ignored by git
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore index 5b9d3fcf8cb..9591ee1908f 100644 --- a/.gitignore +++ b/.gitignore @@ -161,7 +161,7 @@ CMakeLists.txt # Visual Studio and VSCode projects .vscode/ .vs/ -x64/ +/x64/ # Windows MSI builder artifacts *.msi |