SVN Ignore Pattern

Just for reference purposes, this is my current SVN ignore pattern:

*.o *.lo *.la *.al .libs *.so *.so.[0-9]* *.a *.pyc *.pyo *.rej *~ #*# .#* .*.swp .DS_Store _ReSharper.* */obj *.user *.suo *.pch *.ilk *.obj *.idb *.ncb *.log* thumbs.db */int *.bsc *.resharper

To set this pattern, right-click on any SVN-controlled folder in Windows File Explorer and select „Settings“:

tortoise-pattern-01

Then choose „General“ and fill the „Global ignore pattern“ field.

tortoise-pattern-02