Skip to content

Commit

Permalink
Added clean.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
i1E committed Apr 30, 2020
1 parent 0425588 commit bad0945
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -96,5 +96,3 @@ Thumbs.db

# dotCover
*.dotCover

clean.sh
4 changes: 4 additions & 0 deletions clean.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
find . -iname "bin"
find . -iname "obj"
find . -iname "bin" | xargs rm -rf
find . -iname "obj" | xargs rm -rf

0 comments on commit bad0945

Please sign in to comment.