From 079015972ee915ccff3aa55265b2568bdf0aeafd Mon Sep 17 00:00:00 2001 From: David Robillard Date: Mon, 24 Oct 2022 18:39:25 -0400 Subject: Add meson subproject files to .gitignore This is generated in the source directory by meson when the project is checked out of git by the meson wrap system. Ignoring it here ignores issues with tools that assume a clean source directory, like the REUSE test. --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index c609449..46719fc 100644 --- a/.gitignore +++ b/.gitignore @@ -3,3 +3,4 @@ build/** __pycache__ +.meson-subproject-wrap-hash.txt -- cgit v1.2.1