How do I stop Netbeans from automatically svn ignore
-ing \".swp
\" files?
I use Netbeans as my main development environment, but I often use
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:
Tools->Options->Miscellaneous->Files
^.*\.swp$