From e4a0432383331e013808a97b7c24707e4ddc4726 Mon Sep 17 00:00:00 2001 From: srdusr Date: Fri, 26 Sep 2025 12:23:19 +0200 Subject: Initial Commit --- .gitignore | 36 ++++++++++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index e69de29..fbc733c 100644 --- a/.gitignore +++ b/.gitignore @@ -0,0 +1,36 @@ +# Build directories +build/ +build-*/ +CMakeCache.txt +CMakeFiles/ +cmake-build-*/ +Testing/ +compile_commands.json + +# Binaries and libraries +srdwm +SRDWM +*.o +*.obj +*.a +*.lib +*.so +*.dylib +*.dll + +# Logs and temporary files +*.log +*.tmp +*.swp +*.DS_Store + +# IDE/project files +.vscode/ +.idea/ +*.user + +# Package manager caches +.vcpkg/ + +# Generated desktop entries if any (installed via CMake, not tracked) +*.desktop -- cgit v1.2.3