We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9b42c3a commit 5e5e9caCopy full SHA for 5e5e9ca
Makefile
@@ -79,8 +79,12 @@ clean:
79
rm -f stgit/commands/*.pyc
80
rm -rf stgit/commands/__pycache__
81
rm -f stgit/commands/cmdlist.py
82
+ rm -f stgit/completion/*.pyc
83
+ rm -rf stgit/completion/__pycache__
84
rm -f stgit/lib/*.pyc
85
rm -rf stgit/lib/__pycache__
86
+ rm -f stgit/lib/git/*.pyc
87
+ rm -rf stgit/lib/git/__pycache__
88
rm -f TAGS tags
89
rm -f MANIFEST
90
rm -f completion/stg.fish
0 commit comments