From 3567b7d751754920b3cc05e61c00365539a7fbaa Mon Sep 17 00:00:00 2001 From: Yochem van Rosmalen Date: Wed, 11 Feb 2026 12:17:29 +0100 Subject: [PATCH] fix: ignore Nvim local config #37805 Problem: Presumably Neovim contributors use Neovim to write the contributed code. Chances are that they have some local Neovim-source-specific config, for example setting the $TEST_FILE and 'makeprg' for files in test/. Solution: Ignore it. --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index 06a17a0eea..9e5a225ba2 100644 --- a/.gitignore +++ b/.gitignore @@ -8,6 +8,9 @@ compile_commands.json /.vs/ /.vscode/ /.idea/ +.nvimrc +.exrc +.nvim.lua # Build/deps dir /.zig-cache/