From 9e2afdecbdddebd4a1768773f7d234d0e410f682 Mon Sep 17 00:00:00 2001 From: Henrik Edin Date: Thu, 21 Feb 2019 17:02:26 -0500 Subject: [PATCH] SERVER-39747 Add x64/ to .gitignore. Created by Visual Studio. --- .gitignore | 1 + 1 file changed, 1 insertion(+) 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