Created
March 5, 2012 15:30
-
-
Save joshdvir/1978812 to your computer and use it in GitHub Desktop.
Delete orig files created from git merge
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Dir.glob('./**/*.orig') do |file| | |
File.delete(file) | |
end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment