diff options
Diffstat (limited to 'debian/clean')
-rw-r--r-- | debian/clean | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/debian/clean b/debian/clean new file mode 100644 index 0000000..02eab8d --- /dev/null +++ b/debian/clean @@ -0,0 +1,14 @@ +.pytest_cache/ +Sphinx.egg-info/PKG-INFO +Sphinx.egg-info/SOURCES.txt +Sphinx.egg-info/entry_points.txt +Sphinx.egg-info/requires.txt +debian/dh-sphinxdoc/*.1 +debian/dh-sphinxdoc/.doctrees/ +doc/.doctrees/ +sphinx/locale/*/LC_MESSAGES/sphinx.js +sphinx/locale/*/LC_MESSAGES/sphinx.mo +sphinx/pycode/*.pickle +sphinx/themes/basic/static/jquery*.js +sphinx/themes/basic/static/underscore*.js +tests/build/ |