Skip to content

Commit

Permalink
ignore Gemfile.lock from now on
Browse files Browse the repository at this point in the history
  • Loading branch information
Dhruv Bansal committed Feb 20, 2013
1 parent 1356187 commit e5f7942
Showing 1 changed file with 31 additions and 29 deletions.
60 changes: 31 additions & 29 deletions .gitignore
@@ -1,49 +1,51 @@
\#*
.\#*
*~
.DS_Store
Icon?
REVISION
TAGS*
nohup.out
.bzr
.hg
.svn

a.out






*.log
*.o
*.pyc
*.so
*.stackdump
*.sw?
*.tmproj
*_flymake.*
*private*
*~
.DS_Store
.\#*
.bzr
.hg
.project
.pydevproject
.settings
.svn
.tasks-cache
.yardoc

*.log

*private*
/log/*
/pkg/*
/tmp/*
/coverage

/db/*.sqlite3
/Gemfile.lock
/config/apeyeye.yaml
/config/database.yml
/config/private.yml
/config/routes.rb
/config/settings.yml
/config/sphinx.yml
/coverage
/db/*.sqlite3
/log/*
/pkg/*
/public/stylesheets/compiled/*

/webrat.log
/target
/tmp/*
/vendor/webrat/vendor

/webrat.log
Gemfile.lock
Icon?
REVISION
TAGS*
\#*
a.out
doc

/config/apeyeye.yaml
/config/routes.rb
/target
nohup.out

0 comments on commit e5f7942

Please sign in to comment.