From bfb9a5d919fbc7cda846e027115aa99628584a84 Mon Sep 17 00:00:00 2001 From: Seungha Son Date: Sun, 2 Apr 2023 00:32:14 +0900 Subject: [PATCH] [Git] Add ignore list related with CMake This patch is to ignore cmake related files generated after the build. Signed-off-by: Seungha Son --- .gitignore | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/.gitignore b/.gitignore index f64fd09..9fef908 100644 --- a/.gitignore +++ b/.gitignore @@ -37,3 +37,16 @@ debian/tmp/* .vs/ bin/ obj/ + +# CMake +CMakeLists.txt.user +CMakeCache.txt +CMakeFiles +CMakeScripts +Testing +Makefile +cmake_install.cmake +install_manifest.txt +compile_commands.json +CTestTestfile.cmake +_deps -- 2.34.1