Skip to content

Commit

Permalink
Ignore more things that don't matter from the rails_root
Browse files Browse the repository at this point in the history
  • Loading branch information
mike-burns committed Dec 21, 2010
1 parent feb6cb4 commit 0a86872
Show file tree
Hide file tree
Showing 9 changed files with 20 additions and 28,074 deletions.
32 changes: 20 additions & 12 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,19 +1,27 @@
pkg
test/rails_root/log/*.log
test/rails_root/db/*
*/rails_root/log/*.log
*/rails_root/db/*
*.DS_Store
*.swp
.rake_tasks
!test/rails_root/vendor/gems/justinfrench-formtastic-0.2.1
!.keep
*.gem
test/rails_root/app/views/passwords
test/rails_root/app/views/sessions
test/rails_root/app/views/users
test/rails_root/vendor/plugins/clearance
test/rails_root/features/*.feature
test/rails_root/features/password_reset.feature
test/rails_root/features/sign_in.feature
test/rails_root/features/sign_out.feature
test/rails_root/features/sign_up.feature
test/rails_root/features/step_definitions/clearance_steps.rb
*/rails_root/app/views/passwords
*/rails_root/app/views/sessions
*/rails_root/app/views/users
*/rails_root/vendor/plugins/clearance
*/rails_root/features/*.feature
*/rails_root/features/password_reset.feature
*/rails_root/features/sign_in.feature
*/rails_root/features/sign_out.feature
*/rails_root/features/sign_up.feature
*/rails_root/features/step_definitions/clearance_steps.rb
*/rails_root/db/development.sqlite3
*/rails_root/db/migrate/20101220185807_clearance_create_users.rb
*/rails_root/db/schema.rb
*/rails_root/db/test.sqlite3
*/rails_root/log/development.log
*/rails_root/log/test.log
*/rails_root/vendor/plugins/clearance
*/rails_root/Gemfile.lock
Binary file removed spec/rails_root/db/development.sqlite3
Binary file not shown.

This file was deleted.

29 changes: 0 additions & 29 deletions spec/rails_root/db/schema.rb

This file was deleted.

Binary file removed spec/rails_root/db/test.sqlite3
Binary file not shown.
864 changes: 0 additions & 864 deletions spec/rails_root/log/development.log

This file was deleted.

27,005 changes: 0 additions & 27,005 deletions spec/rails_root/log/test.log

This file was deleted.

1 change: 0 additions & 1 deletion spec/rails_root/vendor/plugins/clearance

This file was deleted.

143 changes: 0 additions & 143 deletions test/rails_root/Gemfile.lock

This file was deleted.

0 comments on commit 0a86872

Please sign in to comment.