Skip to content
Snippets Groups Projects
Commit b897318f authored by nimrod's avatar nimrod
Browse files

Improved clean.

parent fd99af2b
Branches
No related tags found
No related merge requests found
......@@ -5,6 +5,7 @@ debian/dcpman.links
debian/dcpman.postinst.debhelper
debian/dcpman.prerm.debhelper
debian/dcpman.substvars
debian/files
source/__pycache__
source/ui.py
*.pyc
......@@ -21,3 +21,4 @@ def clean ():
local ('''rm -r debian/dcpman.substvars debian/dcpman.prerm.debhelper\
debian/dcpman.postinst.debhelper debian/dcpman.debhelper.log\
debian/dcpman debian/files''')
local ('''rm fabfile.pyc''')
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment