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