Browse Source

Merge pull request #522 from zellux/master

Ignore Rails directories instead of their files
Adam Roben 11 years ago
parent
commit
6309a0abea
1 changed files with 4 additions and 4 deletions
  1. 4 4
      Rails.gitignore

+ 4 - 4
Rails.gitignore

@@ -6,12 +6,12 @@ capybara-*.html
 .rvmrc
 /.bundle
 /vendor/bundle
-/log/*
-/tmp/*
+/log
+/tmp
 /db/*.sqlite3
-/public/system/*
+/public/system
 /coverage/
-/spec/tmp/*
+/spec/tmp
 **.orig
 rerun.txt
 pickle-email-*.html