From 4f0d85439322663d365268ee2c85609e31445a76 Mon Sep 17 00:00:00 2001 From: Joker2770 <1214220480@qq.com> Date: Tue, 7 Feb 2023 13:11:10 +0000 Subject: [PATCH] update .gitignore. Signed-off-by: Joker2770 <1214220480@qq.com> --- .gitignore | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/.gitignore b/.gitignore index 5af6af5..6332386 100644 --- a/.gitignore +++ b/.gitignore @@ -397,6 +397,28 @@ FodyWeavers.xsd # JetBrains Rider *.sln.iml +# Created by https://www.toptal.com/developers/gitignore/api/cmake +# Edit at https://www.toptal.com/developers/gitignore?templates=cmake + +### CMake ### +CMakeLists.txt.user +CMakeCache.txt +CMakeFiles +CMakeScripts +Testing +Makefile +cmake_install.cmake +install_manifest.txt +compile_commands.json +CTestTestfile.cmake +_deps + +### CMake Patch ### +# External projects +*-prefix/ + +# End of https://www.toptal.com/developers/gitignore/api/cmake +!/Makefile # C++ objects and libs *.slo