From 31f3df009538820af021dc406354c98554302551 Mon Sep 17 00:00:00 2001 From: Tropical <42101043+tropicaaal@users.noreply.github.com> Date: Sat, 14 Mar 2026 22:47:44 -0500 Subject: [PATCH] Update .gitignore --- .gitignore | 29 ++++------------------------- 1 file changed, 4 insertions(+), 25 deletions(-) diff --git a/.gitignore b/.gitignore index 185d7a0a8..410541f75 100644 --- a/.gitignore +++ b/.gitignore @@ -4,40 +4,19 @@ builddir/ .cache/ .idea/ build_meson/ -cmake-build-debug/ + +# meson subprojects (git clone'd on build) +/subprojects/* +!/subprojects/*.wrap # Nix flake output result -# Final binaries and platform output -/Linux/ -/x64/ - -# CMake generated artifacts -CMakeCache.txt -CMakeFiles/ -cmake_install.cmake -Makefile - # Meson generated artifacts (inside source tree, e.g. per-subdir) meson-private/ meson-info/ meson-logs/ -# Compiler/linker intermediates -*.o -*.a -*.so -*.so.* -*.out -*.d -compile_commands.json -.clangd - - -# ----- Scratch / legacy ----- -oldimpl/ - # ----- IDE / editor ----- .cache/ .idea/