Disable Netbeans automatic svn ignore?

折月煮酒 提交于 2019-12-01 05:52:10
VonC

From here:

Get NetBeans to stop adding VIM swap files to .cvsignore or svn:ignore

  • Open $HOME/.netbeans/6.1/config/Preferences/org/netbeans/core.properties
  • Remove everything in the IgnoredFiles property after the last pipe character (|) (i.e., |^\..*$) and append ^.svn$
  • Restart NetBeans

You can also find this setting under the Files tab in the Options


As mentioned by therefromhere in the comments:

  • In netbeans 6.7 this is in Tools->Options->Miscellaneous->Files
  • the relevant pattern to append in this case was ^.*\.swp$
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!