Is there a handy way to ignore all untracked files and folders in a git repository?
(I know about the .gitignore
.)
So git status
would provide a clean result again.
Is there a handy way to ignore all untracked files and folders in a git repository?
(I know about the .gitignore
.)
So git status
would provide a clean result again.
-u no
doesn't show unstaged files either.-uno
works as desired and shows unstaged, but hides untracked.