From 548fb6e82ce5bddc1c20bf30d9161782d603ef15 Mon Sep 17 00:00:00 2001 From: Alibek Omarov Date: Wed, 27 Oct 2021 21:20:55 +0300 Subject: [PATCH] gitignore: ignore cmake artifacts --- .gitignore | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 3e46defd..42594b50 100644 --- a/.gitignore +++ b/.gitignore @@ -9,7 +9,7 @@ *.dll *.pdb build/ -CMakeLists.txt.user +CMakeLists.txt.* cmake_install.cmake *.orig *.cbp @@ -25,4 +25,7 @@ waf3-* *.pyc .vscode/ .vs/ -CMakeSettings.json \ No newline at end of file +CMakeSettings.json +CMakeFiles +CMakeCache.txt +Makefile