diff options
author | Henrik Edin <henrik.edin@mongodb.com> | 2019-02-21 17:02:26 -0500 |
---|---|---|
committer | Henrik Edin <henrik.edin@mongodb.com> | 2019-02-25 09:58:13 -0500 |
commit | 9e2afdecbdddebd4a1768773f7d234d0e410f682 (patch) | |
tree | b86aa97298075014993c9842b95c7682ce08ce01 /.gitignore | |
parent | 36c00738718b92caf4a6ad1d68dd921278c59e96 (diff) | |
download | mongo-9e2afdecbdddebd4a1768773f7d234d0e410f682.tar.gz |
SERVER-39747 Add x64/ to .gitignore. Created by Visual Studio.
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 4d4000c73d4..76d24ad4c1f 100644 --- a/.gitignore +++ b/.gitignore @@ -157,6 +157,7 @@ CMakeLists.txt # Visual Studio and VSCode projects .vscode/ .vs/ +x64/ # Windows MSI builder artifacts *.msi |