diff options
author | Joshua Peek <josh@joshpeek.com> | 2010-01-13 20:22:09 -0600 |
---|---|---|
committer | Joshua Peek <josh@joshpeek.com> | 2010-01-13 20:26:01 -0600 |
commit | 5a8e7287c542cbe82d3127cae83dab8571ab9114 (patch) | |
tree | 857501c0aa1649a5574a52a94e4805d1fd338162 | |
parent | be968ecd8b93f128a01427f76c888c291cbc239b (diff) | |
download | rails-5a8e7287c542cbe82d3127cae83dab8571ab9114.tar.gz rails-5a8e7287c542cbe82d3127cae83dab8571ab9114.tar.bz2 rails-5a8e7287c542cbe82d3127cae83dab8571ab9114.zip |
Set a good example, no system ignores in project ignore file
-rw-r--r-- | .gitignore | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/.gitignore b/.gitignore index 9a65e4996f..4082dd9a51 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,3 @@ -.DS_Store debug.log doc/rdoc activemodel/doc @@ -17,10 +16,6 @@ railties/doc/guides/html/images railties/doc/guides/html/stylesheets benches railties/guides/output -*.rbc -*.swp -*.swo -*.tmproj bin vendor/gems/ railties/tmp |