From 20906a4402eecae0a2d81c365684f3de75399924 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Edouard=20Choini=C3=A8re?= <27212526+echoix@users.noreply.github.com> Date: Sat, 22 Feb 2025 21:00:21 -0500 Subject: [PATCH] config: Adjust gitignore for CMake (#5191) * config: Adjust gitignore for CMake --- .gitignore | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) diff --git a/.gitignore b/.gitignore index 2087a1bf7d1..2f338afe4f1 100644 --- a/.gitignore +++ b/.gitignore @@ -5,6 +5,7 @@ OBJ.* locale/scriptstrings/* bin.*/* +build dist.*/* config.log config.status* @@ -155,3 +156,27 @@ $RECYCLE.BIN/ *.lnk # End of https://www.toptal.com/developers/gitignore/api/windows,linux,macos + +# 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 ### +CMakeUserPresets.json + +# External projects +*-prefix/ + +# End of https://www.toptal.com/developers/gitignore/api/cmake