clean
Synopsis
sample-rpkg clean [-h] [--dry-run] [-x]
Description
This command can be used to clean up your working directory. By default it will follow .gitignore rules. Patterns listed in .git/info/exclude won’tbe removed either.
Options
- -h --help
show this help message and exit
- --dry-run -n
Perform a dry-run
- -x
Do not follow .gitignore and .git/info/exclude rules