meta: ignore more generated files and nix artifacts

Signed-off-by: NotAShelf <raf@notashelf.dev>
Change-Id: Id142ee9a1bdf076542f684130ba925216a6a6964
This commit is contained in:
raf 2026-02-21 23:46:00 +03:00
commit 4aa514d83d
Signed by: NotAShelf
GPG key ID: 29D95B64378DB4BF

7
.gitignore vendored
View file

@ -1,7 +1,14 @@
build/ build/
nix/ nix/
result*
/.direnv
# Build artifacts
nix-irc nix-irc
*.so *.so
**/*.nixir **/*.nixir
regression_test
# Generated files
cmake_install.cmake cmake_install.cmake
Makefile