From: Fred Morcos Date: Thu, 19 Jan 2023 08:43:22 +0000 (+0100) Subject: Gitignore: Add .venv X-Git-Tag: dnsdist-1.8.0-rc1~103^2~5 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=82c66c20a101da591a0d22b8357ef2e9f463e102;p=thirdparty%2Fpdns.git Gitignore: Add .venv --- diff --git a/.gitignore b/.gitignore index 730fe47615..8885c62b1f 100644 --- a/.gitignore +++ b/.gitignore @@ -59,3 +59,4 @@ compile_commands.* /.cache /.clang-tidy .gdb_history +.venv