From e23feff7f5aa383940c46058b6e615c39db6767d Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sun, 19 Jan 2025 20:43:26 -0500 Subject: Clean up gitignore file Strengthen patterns to match only relative to this directory where possible (with a leading slash), and move those that match in any child to a separate block. --- .gitignore | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/.gitignore b/.gitignore index 606b176..53c3c1d 100644 --- a/.gitignore +++ b/.gitignore @@ -1,10 +1,11 @@ -# Copyright 2021-2022 David Robillard +# Copyright 2021-2025 David Robillard # SPDX-License-Identifier: 0BSD OR ISC +/.meson-subproject-wrap-hash.txt +/build/ +/subprojects/packagecache/ +/subprojects/sphinxygen-1.0.10/ +/subprojects/sphinxygen/ + *.pyc -.meson-subproject-wrap-hash.txt -__pycache__ -build/** -subprojects/packagecache/ -subprojects/sphinxygen-1.0.10/ -subprojects/sphinxygen/ +__pycache__/ -- cgit v1.2.1