diff options
author | Yehuda Katz <wycats@gmail.com> | 2009-09-12 15:22:11 -0500 |
---|---|---|
committer | Yehuda Katz <wycats@gmail.com> | 2009-09-12 15:22:11 -0500 |
commit | ddb4600ce608b14f9fa07bf1196b78e1d43ad999 (patch) | |
tree | c966da55cf5b475cdacb137597dfa1204e6f2547 /.gitignore | |
parent | a8a336cbfc55f91dc8befaad2425ff42085a1a4f (diff) | |
download | rails-ddb4600ce608b14f9fa07bf1196b78e1d43ad999.tar.gz rails-ddb4600ce608b14f9fa07bf1196b78e1d43ad999.tar.bz2 rails-ddb4600ce608b14f9fa07bf1196b78e1d43ad999.zip |
Get ActionPack's test running on bundled gems. This should make running tests on new machines, as well as CI, work well.
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 7a61c37718..e8485acfec 100644 --- a/.gitignore +++ b/.gitignore @@ -27,3 +27,8 @@ railties/guides/output *.rbc *.swp *.swo +actionpack/bin +*/vendor/gems/gems +*/vendor/gems/specifications +*/vendor/gems/environment.rb +*/vendor/gems/dirs/specifications
\ No newline at end of file |