It's created by automake while making sure that build directories (utils/ and utils/.deps/, in this case) exist if the `subdir-objects` option is enabled. Signed-off-by: Jeremy Sowden <jeremy@xxxxxxxxxx> --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 3f218218dfc9..3eb592245c0d 100644 --- a/.gitignore +++ b/.gitignore @@ -6,6 +6,7 @@ *.lo *.o .deps/ +.dirstamp .libs/ Makefile Makefile.in -- 2.33.0