From 13262fa015491e4cd6e41e5f96087f9a5e2f0395 Mon Sep 17 00:00:00 2001 From: sdine Date: Tue, 5 May 2026 12:15:55 +0200 Subject: [PATCH] initial --- .gitignore | 42 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 42 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..50a0ac1 --- /dev/null +++ b/.gitignore @@ -0,0 +1,42 @@ +# Build output +build/ +build-*/ +out/ +cmake-build-*/ + +# CMake metadata in-source (in case of accidental in-tree configure) +CMakeFiles/ +CMakeCache.txt +CTestTestfile.cmake +cmake_install.cmake +Makefile +*.cmake.in.user + +# IDE / editor +.vs/ +.vscode/ +.idea/ +*.swp +*.swo +*~ + +# Compiled artifacts +*.o +*.obj +*.exe +*.pdb +*.ilk +*.exp +*.lib +*.a +*.so +*.dll +*.dylib + +# CCM runtime data +config.json + +# Top-level build logs (Tee-Object output from local build runs) +configure.log +build.log +test.log