How to ignore .svn folder when searching in Total Commander

To exclude some files or folders from your search, use the following syntax in “Search field:”:

  1. Exclude from search *.bak and *.old files

    my*.*|*.bak *.old
    
  2. Don’t search in .svn folders

    *.cs|.svn\
    
  3. Don’t search in .git folder

    *.cs|.git\
    

The meaning of | is: ‘and not’. Everything after it is excluded from the search. This syntax can also be used in other places, for example inside the ignore list.

Leave a Comment

Hata!: SQLSTATE[HY000] [1045] Access denied for user 'divattrend_liink'@'localhost' (using password: YES)