diff options
author | Diego Carrion <dc.rec1@gmail.com> | 2011-02-27 22:54:02 -0300 |
---|---|---|
committer | Santiago Pastorino <santiago@wyeworks.com> | 2011-02-28 13:14:16 -0200 |
commit | a0629927b2b615a747eb223eb82e84b208d49188 (patch) | |
tree | e573a7321af97eff6e5021b1b2df1b0e7d4d50d5 /.gitignore | |
parent | 53b17e9ad08ada8709f6610d33d1bf624e5ef2d0 (diff) | |
download | rails-a0629927b2b615a747eb223eb82e84b208d49188.tar.gz rails-a0629927b2b615a747eb223eb82e84b208d49188.tar.bz2 rails-a0629927b2b615a747eb223eb82e84b208d49188.zip |
added activesupport/test/tmp to gitignore
[#6484 state:committed]
Signed-off-by: Santiago Pastorino <santiago@wyeworks.com>
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 35402a22f7..8daa1e4dcd 100644 --- a/.gitignore +++ b/.gitignore @@ -10,6 +10,7 @@ activerecord/doc actionpack/doc actionmailer/doc activesupport/doc +activesupport/test/tmp activemodel/test/fixtures/fixture_database.sqlite3 actionpack/test/tmp activesupport/test/fixtures/isolation_test |