commit: 2168029cc83dd44e1f788010e943471fca943441 Author: Brian Harring <ferringb <AT> gmail <DOT> com> AuthorDate: Fri Nov 21 23:47:19 2025 +0000 Commit: Brian Harring <ferringb <AT> gmail <DOT> com> CommitDate: Fri Nov 21 23:47:19 2025 +0000 URL: https://gitweb.gentoo.org/proj/pkgcore/snakeoil.git/commit/?id=2168029c
chore: loosen .venv check to allow symlinks Signed-off-by: Brian Harring <ferringb <AT> gmail.com> .gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 567668a..b162a5c 100644 --- a/.gitignore +++ b/.gitignore @@ -1,7 +1,7 @@ *.py[co] .*.swp .*.un~ -.venv/ +.venv # C extensions /src/snakeoil/*.c
