This is an automated email from the git hooks/post-receive script. guillem pushed a commit to branch main in repository dpkg.
View the commit online: https://git.dpkg.org/cgit/dpkg/dpkg.git/commit/?id=fe3fe95c764524881d4b77afce9c65664b927c8b commit fe3fe95c764524881d4b77afce9c65664b927c8b Author: Guillem Jover <[email protected]> AuthorDate: Wed Nov 16 03:37:26 2022 +0100 build: Do not ignore Makefile under the functional test suite The functional test suite uses plain Makefile files to drive the tests, so ignoring them means we cannot easily add and commit these files into git. --- tests/.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/.gitignore b/tests/.gitignore index e58dfecdc..7498a3d16 100644 --- a/tests/.gitignore +++ b/tests/.gitignore @@ -1,2 +1,3 @@ +!Makefile *.deb /.pkg-tests.conf -- Dpkg.Org's dpkg

