Skip to content

Commit

Permalink
Add one script for cleaning tmp files for harmony.
Browse files Browse the repository at this point in the history
  • Loading branch information
zhengshuxin committed Apr 8, 2024
1 parent 94a47b7 commit b0646b7
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions harmony/api9/acl_one/clean.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
#!/bin/sh
rm -rf .hvigor
rm -rf .idea
rm -rf oh_modules
rm -rf entry/.cxx
rm -rf entry/build
rm -rf entry/oh_modules

0 comments on commit b0646b7

Please sign in to comment.