From 778c112790ae84e7deabdac84de4147baf7937a4 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Mon, 24 Oct 2022 18:36:12 -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 | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index 7cb3c9f..bb24764 100644 --- a/.gitignore +++ b/.gitignore @@ -10,3 +10,6 @@ *.swp cscope.* tags + +# cached files when used as a meson subproject +.meson-subproject-wrap-hash.txt -- cgit v1.2.1