git ls-files --others
goes down the directory tree. Is there an easy way to show untracked files only in the current directory?
If the current directory is the top of the repo, you can do this
git ls-files -iox "/*"