From 92a327c49f7b279c67cd515fb4521b861d25210c Mon Sep 17 00:00:00 2001 From: Sebastian Pietschner <32213671+sebasptsch@users.noreply.github.com> Date: Wed, 30 Oct 2024 15:58:34 +1100 Subject: [PATCH] Update .gitignore --- .gitignore | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index c7ddedc..3d4864c 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,17 @@ BUILD/ -build/ \ No newline at end of file +build/ +bin/ + +# CMake https://github.com/github/gitignore/blob/main/CMake.gitignore +CMakeLists.txt.user +CMakeCache.txt +CMakeFiles +CMakeScripts +Testing +Makefile +cmake_install.cmake +install_manifest.txt +compile_commands.json +CTestTestfile.cmake +_deps +CMakeUserPresets.json