Instead of setting the Global ignore pattern to ignore specific file types, I think it would be easier to just tell it to only include specific file types. Is this possible?
For example, I ONLY want .java files under version control.
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.
This doesn’t seem directly possible, however:
If you decide to go the global route then consider setting the svn:ignore property on your project directory or directories instead. That way, non- *.java files in other types of projects will continue to act normally.