From 92b27ceb56b7d2ce5c72909555770e06769b6c8c Mon Sep 17 00:00:00 2001 From: =?utf8?q?Ale=C5=A1=20Mr=C3=A1zek?= Date: Fri, 12 Jul 2024 16:21:38 +0200 Subject: [PATCH] .gitignore : poetry and build files added --- .gitignore | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) 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 -- 2.47.2