Add bin and target to global svn ignore in Eclipse

Add bin and target to global svn ignore in Eclipse

  • This will keep you from committing bin and target directory files when you add projects to svn

  1. Click on Window -> Preferences

  2. Select Team -> Ignored Resources

  3. Click on Add Pattern and enter "bin"

  4. Click on Add Pattern and enter "target"

  5. Click on Add Pattern and enter "m2-target"

  6. Click on Apply and then OK