Skip to content
This repository has been archived by the owner on Dec 5, 2019. It is now read-only.

Commit

Permalink
Ignore extra files
Browse files Browse the repository at this point in the history
  • Loading branch information
ianheggie committed Nov 9, 2013
1 parent 4236c9a commit a86ae1d
Showing 1 changed file with 32 additions and 11 deletions.
43 changes: 32 additions & 11 deletions .gitignore
@@ -1,4 +1,36 @@
# Bundler/Rubygems
*.gem
.bundle
pkg/*
tags
test/tmp/
bin/

# Vagrant stuff
acceptance_config.yml
boxes/*
/Vagrantfile
/.vagrant

# IDE junk
.idea/*
*.iml

# Ruby Managers
.rbenv
.ruby-gemset
.ruby-version
.rvmrc

# Temp files
*~
*.swp
,*
*.bak

# OS-specific
.DS_Store

coverage
__sandbox

Expand All @@ -13,10 +45,7 @@ cruisecontrol.iws
*.ipr
*.iml
.tmtags
.DS_Store
tmtags
.bundle
bin/
dist/
vendor/plugins/rails_upgrade
vendor/ruby/
Expand All @@ -26,14 +55,6 @@ vendor/cache
server_jar/target/

config/ccrb.properties
pkg
reports
config/thin.yml

.ruby-version
.rbenv-version
.rvmrc

*.swp
,*
*.bak

0 comments on commit a86ae1d

Please sign in to comment.