From 4aa514d83d1d0de7cc81f64a4a90e77c2339f501 Mon Sep 17 00:00:00 2001 From: NotAShelf Date: Sat, 21 Feb 2026 23:46:00 +0300 Subject: [PATCH] meta: ignore more generated files and nix artifacts Signed-off-by: NotAShelf Change-Id: Id142ee9a1bdf076542f684130ba925216a6a6964 --- .gitignore | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.gitignore b/.gitignore index bd97cca..ddb05bd 100644 --- a/.gitignore +++ b/.gitignore @@ -1,7 +1,14 @@ build/ nix/ +result* +/.direnv +# Build artifacts nix-irc *.so **/*.nixir +regression_test + +# Generated files cmake_install.cmake +Makefile