From 832f30dc6969653c8f2b20b734c61cea9c389d1b Mon Sep 17 00:00:00 2001 From: Jean-Francois Dockes Date: Mon, 4 Oct 2021 18:16:28 +0200 Subject: [PATCH] Add *.pyc __pycache__ .pytest_cache .tox and .direnv to the default skipped names list --- src/sampleconf/recoll.conf | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/src/sampleconf/recoll.conf b/src/sampleconf/recoll.conf index 29e3caac..a98e6e36 100644 --- a/src/sampleconf/recoll.conf +++ b/src/sampleconf/recoll.conf @@ -46,6 +46,7 @@ topdirs = ~ skippedNames = #* CVS Cache cache* .cache caughtspam tmp \ .thumbnails .svn *.rclwe \ *~ .beagle .git .hg .bzr loop.ps .xsession-errors \ + *.pyc __pycache__ .pytest_cache .tox .direnv \ .recoll* xapiandb recollrc recoll.conf # @@ -753,9 +754,11 @@ checkneedretryindexscript = rclcheckneedretry.sh # # # Additional places to search for helper executables. -# This is used on Windows by the Python code, and on Mac OS by -# the bundled recoll.app (because I could find no reliable way to tell -# launchd to set the PATH. The example below is for Windows. +# +# This is used, e.g., on Windows by the Python code, and on Mac OS by the bundled recoll.app +# (because I could find no reliable way to tell launchd to set the PATH). The example below is for +# Windows. Use ':' as entry separator for Mac and Ux-like systems, ';' is for Windows only. +# #recollhelperpath = c:/someprog/bin;c:/someotherprog/bin #