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

Improved clean.

parent fd99af2b
No related branches found
No related tags found
No related merge requests found
...@@ -5,6 +5,7 @@ debian/dcpman.links ...@@ -5,6 +5,7 @@ debian/dcpman.links
debian/dcpman.postinst.debhelper debian/dcpman.postinst.debhelper
debian/dcpman.prerm.debhelper debian/dcpman.prerm.debhelper
debian/dcpman.substvars debian/dcpman.substvars
debian/files
source/__pycache__ source/__pycache__
source/ui.py source/ui.py
*.pyc *.pyc
...@@ -21,3 +21,4 @@ def clean (): ...@@ -21,3 +21,4 @@ def clean ():
local ('''rm -r debian/dcpman.substvars debian/dcpman.prerm.debhelper\ local ('''rm -r debian/dcpman.substvars debian/dcpman.prerm.debhelper\
debian/dcpman.postinst.debhelper debian/dcpman.debhelper.log\ debian/dcpman.postinst.debhelper debian/dcpman.debhelper.log\
debian/dcpman debian/files''') 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