Skip to content

Commit

Permalink
Add qmlc and jsc in clean_pycache
Browse files Browse the repository at this point in the history
  • Loading branch information
centaurialpha committed Mar 20, 2017
1 parent 827cd59 commit c616b25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion clean_pycache.sh
Original file line number Diff line number Diff line change
@@ -1 +1 @@
find . | grep -E "(__pycache__|\.pyc|\.pyo$)" | xargs rm -rf
find . | grep -E "(__pycache__|\.pyc|\.pyo$|\.qmlc|\.jsc)" | xargs rm -rf

0 comments on commit c616b25

Please sign in to comment.