git-gui
git-gui copied to clipboard
feat(request): add ignore file menu
I was asking on StackOverflow How to ignore files using git-gui (tcl-tk) application? and it seems that the feature is not implemented yet.
The current UI is pretty good and I'm surprised there is no way to ignore a files from it.
A solution would be to add right-click menu to the unstage pane or to the diff pane when a file can be add to the .gitignore
What do you think ?