1. 程式人生 > >eclipse SVN 新增忽略選項

eclipse SVN 新增忽略選項

需求:
在eclipse中有很多自己的測試檔案,但是提交程式碼的不想包含這些,就可以新增SVN忽略

window->preference->team->Ignored Resources

新增對應的忽略選項:

*.bak
_bak.java
*.classpath
/.settings/
/myTest/ 忽略myTest資料夾下面的所有檔案