.. _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. Patterns listed in .git/info/exclude won'tbe removed either.



Options
-------

.. option:: -h --help

   show this help message and exit

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

   Perform a dry-run

.. option:: -x

   Do not follow .gitignore and .git/info/exclude rules