Add *.pyc __pycache__ .pytest_cache .tox and .direnv to the default skipped names list
This commit is contained in:
parent
bad5d41439
commit
832f30dc69
@ -46,6 +46,7 @@ topdirs = ~
|
|||||||
skippedNames = #* CVS Cache cache* .cache caughtspam tmp \
|
skippedNames = #* CVS Cache cache* .cache caughtspam tmp \
|
||||||
.thumbnails .svn *.rclwe \
|
.thumbnails .svn *.rclwe \
|
||||||
*~ .beagle .git .hg .bzr loop.ps .xsession-errors \
|
*~ .beagle .git .hg .bzr loop.ps .xsession-errors \
|
||||||
|
*.pyc __pycache__ .pytest_cache .tox .direnv \
|
||||||
.recoll* xapiandb recollrc recoll.conf
|
.recoll* xapiandb recollrc recoll.conf
|
||||||
|
|
||||||
# <var name="skippedNames-" type="string">
|
# <var name="skippedNames-" type="string">
|
||||||
@ -753,9 +754,11 @@ checkneedretryindexscript = rclcheckneedretry.sh
|
|||||||
# <var name="recollhelperpath" type="string">
|
# <var name="recollhelperpath" type="string">
|
||||||
#
|
#
|
||||||
# <brief>Additional places to search for helper executables.</brief>
|
# <brief>Additional places to search for helper executables.</brief>
|
||||||
# <descr>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
|
# <descr>This is used, e.g., on Windows by the Python code, and on Mac OS by the bundled recoll.app
|
||||||
# launchd to set the PATH. The example below is for Windows.</descr></var>
|
# (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.</descr>
|
||||||
|
# </var>
|
||||||
#recollhelperpath = c:/someprog/bin;c:/someotherprog/bin
|
#recollhelperpath = c:/someprog/bin;c:/someotherprog/bin
|
||||||
|
|
||||||
# <var name="idxabsmlen" type="int">
|
# <var name="idxabsmlen" type="int">
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user