vote up 0 vote down star

How does one ignore the entire contents of the a directory with name target in using a .cvsignore file. I currently use eclipse IDE

I have tried to use target but it does not seem to work. Should i rather be using target/* or target*. This would be very important especially for Maven projects.

flag

33% accept rate

1 Answer

vote up 1 vote down

Use just 'target' in the .cvsignore file

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.