Skip to content

Commit

Permalink
Clean up gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
pitr-ch committed Nov 5, 2016
1 parent 7f10d15 commit c1c6572
Showing 1 changed file with 20 additions and 32 deletions.
52 changes: 20 additions & 32 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,38 +1,26 @@
# Project
Gemfile.lock
.bundle
tmp/*
coverage
pkg

# Yard documentation
.yardoc
yardoc

# IDEs' files
*.iml
*.tmproj
.idea
tmtags

# Local Ruby settings
.rspec-local
*.gem
lib/1.8
lib/1.9
lib/2.0
.rvmrc
.ruby-version
.ruby-gemset
.bundle/*
.yardoc
yardoc
tmp/*
man/*
*.tmproj
rdoc/*
*.orig
*.BACKUP.*
*.BASE.*
*.LOCAL.*
*.REMOTE.*
git_pull.txt
coverage
critic

# junk
.DS_Store
TAGS
tmtags
*.sw?
.idea
.rbx/*
lib/**/*.bundle
lib/**/*.so
lib/**/*.jar
ext/**/*.bundle
ext/**/*.so
ext/**/*.jar
pkg
*.csv

0 comments on commit c1c6572

Please sign in to comment.