diff options
author | Carl Lerche <carllerche@mac.com> | 2009-09-03 08:59:26 -0700 |
---|---|---|
committer | Carl Lerche <carllerche@mac.com> | 2009-09-03 08:59:26 -0700 |
commit | e3f5fd536e7124c3e34b74e6ece94570cf6f7028 (patch) | |
tree | fc241a0c267882e1988fc7f1d8574ddf105e9783 /.gitignore | |
parent | 3b6a9a020e7e6f71ab6f9ffcf1ef59c57437ca69 (diff) | |
download | rails-e3f5fd536e7124c3e34b74e6ece94570cf6f7028.tar.gz rails-e3f5fd536e7124c3e34b74e6ece94570cf6f7028.tar.bz2 rails-e3f5fd536e7124c3e34b74e6ece94570cf6f7028.zip |
Add ActiveModel's ./pkg and ./doc to .gitignore
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 43c4d7b124..28303ce3e3 100644 --- a/.gitignore +++ b/.gitignore @@ -1,10 +1,12 @@ debug.log doc/rdoc +activemodel/doc activeresource/doc activerecord/doc actionpack/doc actionmailer/doc activesupport/doc +activemodel/pkg activeresource/pkg activerecord/pkg actionpack/pkg |