From: Daniele Varrazzo Date: Sat, 13 Nov 2021 22:25:54 +0000 (+0100) Subject: Less strict gitignore of the 'build' dir X-Git-Tag: 3.0.4~13 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f9e8d7e5de386264db3b6d2ec4f3891e21d3a2f9;p=thirdparty%2Fpsycopg.git Less strict gitignore of the 'build' dir It was hiding changes in the `tools/build` directory... --- diff --git a/.gitignore b/.gitignore index b48cd156d..06d808ac7 100644 --- a/.gitignore +++ b/.gitignore @@ -1,7 +1,7 @@ *.egg-info/ .tox /.eggs/ -build/ +./build/ dist/ *.pstats .mypy_cache