From e1623e964b0a2d3c5fd5162fca444180cdaa85e0 Mon Sep 17 00:00:00 2001 From: Corentin Le Molgat Date: Wed, 17 Oct 2018 10:29:30 +0200 Subject: [PATCH] update gitignore --- .gitignore | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.gitignore b/.gitignore index 886f4432f39..e68e1619dab 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,9 @@ # Ignore all bazel-* symlinks. /bazel-* +# Ignore CMake usual build directory +build +# Ignore Vim files +*.swp + +# Ignore QtCreator Project file +CMakeLists.txt.user