aboutsummaryrefslogtreecommitdiffstats
path: root/.gitignore
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2022-10-24 18:36:12 -0400
committerDavid Robillard <d@drobilla.net>2022-10-24 18:36:12 -0400
commit778c112790ae84e7deabdac84de4147baf7937a4 (patch)
treefea9c624c2a29a86ce059cd1f33402f6815601b7 /.gitignore
parent4e05ac54231d3a99188c8f5685f75d926885420e (diff)
downloadlv2-778c112790ae84e7deabdac84de4147baf7937a4.tar.xz
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.
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore3
1 files changed, 3 insertions, 0 deletions
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