What is the correct syntax?
[auto-props]
*.* = svn:ignore=bin
obj
or
[auto-props]
*.* = svn:ignore=bin;obj
or none? Is it possible to write multi-line properties in the config file?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
In this particular case I found out that the right way of doing what I was trying to achieve was to include the following lines in the config file:
So I think the same syntax (space as line separator) would apply for
auto-props