svn recursively ignore


/ Published in: SVN
Save to your folder(s)

Recursively ignore files matching the defined pattern starting from the current directory


Copy this code and paste it in your HTML
  1. svn propset svn:ignore '*.ignore' . --recursive

Report this snippet


Comments


You need to login to view comments.