From: Aleš Mrázek Date: Fri, 12 Jul 2024 14:21:38 +0000 (+0200) Subject: .gitignore : poetry and build files added X-Git-Tag: v6.0.9~27^2~18 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=92b27ceb56b7d2ce5c72909555770e06769b6c8c;p=thirdparty%2Fknot-resolver.git .gitignore : poetry and build files added --- diff --git a/.gitignore b/.gitignore index 569b03236..cccbf64d9 100644 --- a/.gitignore +++ b/.gitignore @@ -28,7 +28,6 @@ /ar-lib /autom4te.cache/* /bench/bench_lru -/build* /compile /compile_commands.json /config.guess @@ -83,3 +82,14 @@ _obj kresd.amalg.c libkres.amalg.c luacov.*.out +**/__pycache__/ +build/ +dist/ +.coverage +.mypy_cache +.install_kresd/ +.build_kresd/ +build_dist +build_doc +poetry.lock +*.junit.xml