add files / directories to the .gitignore file
gitignore-adder --helpor add arguments after the programm name and every argument will be created as a new Line in the Gitignore File.
add the Programm to you path and then run
git config --global alias.ignore gitignore-adderFor Linux use the Makefile with make build
For Windows build with CMake / Visual Studio or use Zig with the
build.bat script.