In my "application" dir, I have a "logs" directory and a "config" directory, both under version control, both having locally modified files, both told to ignore these files. However only one of the ignores works:
> pwd 
  website.com/trun开发者_StackOverflow中文版k/application/
> svn propget -R svn:ignore
  logs - *.log
  configs - *.ini
> svn status
  M  logs/website.log
What am I doing wrong? Thanks for any pointers.
Apart from Daniel Gehringer's answer, which is part of the solution, svn:ignore only works for non-versioned files. When files are versioned, it's expected that they show status M when they're changed.
I don't think you can add descriptions to svn:ignore. The list should be simply
*.log
*.ini
 
         
                                         
                                         
                                         
                                        ![Interactive visualization of a graph in python [closed]](https://www.devze.com/res/2023/04-10/09/92d32fe8c0d22fb96bd6f6e8b7d1f457.gif) 
                                         
                                         
                                         
                                         加载中,请稍侯......
 加载中,请稍侯......
      
精彩评论