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.
This commit is contained in:
Yochem van Rosmalen
2026-02-11 12:17:29 +01:00
committed by GitHub
parent 886efcb853
commit 3567b7d751

3
.gitignore vendored
View File

@@ -8,6 +8,9 @@ compile_commands.json
/.vs/
/.vscode/
/.idea/
.nvimrc
.exrc
.nvim.lua
# Build/deps dir
/.zig-cache/