From 65c0515829dce54c53bd74904e4d158f1b5253bf Mon Sep 17 00:00:00 2001 From: Frank Dellaert Date: Tue, 6 Nov 2018 00:28:36 -0500 Subject: [PATCH] Ignore windows temps --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index 2682a6748..42bd27466 100644 --- a/.gitignore +++ b/.gitignore @@ -17,3 +17,5 @@ cython/gtsam.so cython/gtsam_wrapper.pxd .vscode .env +/.vs/ +/CMakeSettings.json