mirror of
https://github.com/rubyjs/libv8
synced 2023-03-27 23:21:48 -04:00
Clean even files in .gitignore
This commit is contained in:
parent
485fb8d315
commit
8b2de7428b
1 changed files with 2 additions and 2 deletions
4
Rakefile
4
Rakefile
|
@ -52,13 +52,13 @@ end
|
|||
|
||||
task :clean_submodules do
|
||||
sh "git submodule --quiet foreach git reset --hard"
|
||||
sh "git submodule --quiet foreach git clean -df"
|
||||
sh "git submodule --quiet foreach git clean -dxf"
|
||||
end
|
||||
|
||||
desc "clean up artifacts of the build"
|
||||
task :clean => [:clean_submodules] do
|
||||
sh "rm -rf pkg"
|
||||
sh "git clean -df"
|
||||
sh "git clean -dxf"
|
||||
end
|
||||
|
||||
task :default => [:compile, :spec]
|
||||
|
|
Loading…
Add table
Reference in a new issue