Include bare venv directory (without dot)

This commit is contained in:
Marc Cornellà 2024-10-08 20:27:34 +02:00
commit 750f63cee1
No known key found for this signature in database
GPG key ID: 0314585E776A9C1B

View file

@ -10,7 +10,7 @@ else
}
# Ignore these folders (if the necessary grep flags are available)
EXC_FOLDERS="{.bzr,CVS,.git,.hg,.svn,.idea,.tox,.venv}"
EXC_FOLDERS="{.bzr,CVS,.git,.hg,.svn,.idea,.tox,.venv,venv}"
# Check for --exclude-dir, otherwise check for --exclude. If --exclude
# isn't available, --color won't be either (they were released at the same