]> git.ipfire.org Git - thirdparty/knot-resolver.git/commitdiff
.gitignore : poetry and build files added
authorAleš Mrázek <ales.mrazek@nic.cz>
Fri, 12 Jul 2024 14:21:38 +0000 (16:21 +0200)
committerAleš Mrázek <ales.mrazek@nic.cz>
Mon, 26 Aug 2024 12:28:10 +0000 (14:28 +0200)
.gitignore

index 569b0323619d9af25ce9054ffc28ea55aa159336..cccbf64d986d1f55d9a76b0f8cdc4f371d54bc9f 100644 (file)
@@ -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