.. _clean:

clean
=====

.. program:: 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.



Options
-------

.. option:: -h --help

   show this help message and exit

.. option:: --dry-run -n

   Perform a dry-run

.. option:: -x

   Do not follow .gitignore rules