Godot-git-plugin windows dll

v4.2.2.stable.mono.official [15073afe3]

Can anyone explain why basically every time I make a change to any file, when it comes time to commit there is always an unstaged change to the following file.

Addons/godot-git-plugin/win64/~libgit_plugin.windows.editor.x86_64.dll

Feels like its polluting my commits and I would like to prevent if possible. Thanks in advance for any advice.

if is auto generated just add to git ignore

yeah this was my thought as well, but did not want to add something to gitignore that may be useful for another person pulling the project. Will do that thanks