Skip to content

Commit

Permalink
add vendor/cache to .hgignore and .gitignore
Browse files Browse the repository at this point in the history
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@8932 e93f8b46-1217-0410-a6f0-8f06a7374b81
  • Loading branch information
marutosi committed Feb 23, 2012
1 parent a261006 commit 09d243f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Expand Up @@ -21,6 +21,7 @@
/tmp/sessions/*
/tmp/sockets/*
/tmp/test/*
/vendor/cache
/vendor/rails
*.rbc

Expand Down
1 change: 1 addition & 0 deletions .hgignore
Expand Up @@ -23,6 +23,7 @@ tmp/cache/*
tmp/sessions/*
tmp/sockets/*
tmp/test/*
vendor/cache
vendor/rails
*.rbc

Expand Down

0 comments on commit 09d243f

Please sign in to comment.