When doing git commit, is there a way to not display the untracked files in my editor (defined in $EDITOR)? I know how to do so in the shell (
git commit
$EDITOR
If you are using git-extensions tool in the commit tab just select the files you want to ignore, right click and add them to .gitignore