git clean --dry-run -x
∞
Clean up untracked files from the repository, including files ignored by git (via .gitignore
). Rerun --force
instead of --dry-run
to actually remove these files. There is also an interactive mode (-i
).