Skip to content

Commit 5e5e9ca

Browse files
committed
Add some missing paths to Makefile's clean target
Signed-off-by: Peter Grayson <[email protected]>
1 parent 9b42c3a commit 5e5e9ca

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Makefile

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,8 +79,12 @@ clean:
7979
rm -f stgit/commands/*.pyc
8080
rm -rf stgit/commands/__pycache__
8181
rm -f stgit/commands/cmdlist.py
82+
rm -f stgit/completion/*.pyc
83+
rm -rf stgit/completion/__pycache__
8284
rm -f stgit/lib/*.pyc
8385
rm -rf stgit/lib/__pycache__
86+
rm -f stgit/lib/git/*.pyc
87+
rm -rf stgit/lib/git/__pycache__
8488
rm -f TAGS tags
8589
rm -f MANIFEST
8690
rm -f completion/stg.fish

0 commit comments

Comments
 (0)