From ba5ef236e4b6a4233617f18654edaff28561b351 Mon Sep 17 00:00:00 2001 From: Jose Luis Blanco Claraco Date: Mon, 7 Jan 2019 23:38:03 +0100 Subject: [PATCH] git ignore qtcreator IDE files --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index 42bd27466..ad0e08aa1 100644 --- a/.gitignore +++ b/.gitignore @@ -19,3 +19,5 @@ cython/gtsam_wrapper.pxd .env /.vs/ /CMakeSettings.json +# for QtCreator: +CMakeLists.txt.user*