diff options
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -10,3 +10,9 @@ *.swp cscope.* tags + +# cached files when used as a meson subproject +.meson-subproject-wrap-hash.txt + +# .wraplock file added in meson 1.9.0 +/subprojects/.wraplock |