andischerer / atom-svn

SVN integration for atom text editor
MIT License
34 stars 7 forks source link

svn:ignore is used, but svn:global-ignores is not #30

Open jplatte opened 8 years ago

jplatte commented 8 years ago

I have one ignored directory that will always be on the top level of the project directory, so it is in svn:ignore. This package greys out that directory correctly.

However, all my other ignore rules are in svn:global-ignores because I want them to apply to files in any subdirectory (for example *~). None of these files are greyed out by this package.