From dff3968134c51a477ec22ed8bda6252a49b48892 Mon Sep 17 00:00:00 2001 From: Natalia Portillo Date: Sat, 11 Apr 2026 23:23:13 +0100 Subject: [PATCH] Update gitignore. --- .gitignore | 26 +++++++++++++++++++++++++- 1 file changed, 25 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index eb46984..bb826b7 100644 --- a/.gitignore +++ b/.gitignore @@ -565,4 +565,28 @@ fabric.properties .DS_Store .cache -_deps \ No newline at end of file +_deps + +# CMake generated files +CMakeCache.txt +CMakeFiles/ +cmake_install.cmake +CMakeDoxyfile.in +CMakeDoxygenDefaults.cmake +CPackConfig.cmake +CPackSourceConfig.cmake +CTestTestfile.cmake +DartConfiguration.tcl +Makefile +Doxyfile +.cmake/ + +# Build output directories +build-*/ +benchmark/CMakeFiles/ +Testing/ + +# CMake build output (in-tree builds) +tests/tests_run +tests/tests_run[[]1[]]* +tool/aaruformattool \ No newline at end of file