Hi, I want svn to ignore a certain files and I set up global-ignores = *.s *.o *.lo *.la *.al .libs *.s *.so *.so.[0-9]* *.a *.pyc *.pyo *.rej
However, it doesn't seem to work. svn ci and svn update still check in or overwrite those files. What else do I need to setup? I also want svn to ignore all executable files. How can I specify it in global-ignores? Thanks.