diff options
author | Joshua Peek <josh@joshpeek.com> | 2009-09-13 14:36:20 -0500 |
---|---|---|
committer | Joshua Peek <josh@joshpeek.com> | 2009-09-13 14:36:20 -0500 |
commit | ef38e6756272ecc1c91247639f76532b79c84bfd (patch) | |
tree | 4162bdefc7648ed4490cd60c8b570a4a51a2fb97 /.gitignore | |
parent | 5b8373da2978732b4666f51757b8bf281496052d (diff) | |
download | rails-ef38e6756272ecc1c91247639f76532b79c84bfd.tar.gz rails-ef38e6756272ecc1c91247639f76532b79c84bfd.tar.bz2 rails-ef38e6756272ecc1c91247639f76532b79c84bfd.zip |
Ignore bundled gems
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/.gitignore b/.gitignore index f0e6c8385f..f8c7d02ad6 100644 --- a/.gitignore +++ b/.gitignore @@ -28,7 +28,4 @@ railties/guides/output *.swp *.swo actionpack/bin -*/vendor/gems/gems -*/vendor/gems/specifications -actionpack/vendor/gems/environment.rb -*/vendor/gems/dirs/specifications
\ No newline at end of file +*/vendor/gems |