diff options
author | David Robillard <d@drobilla.net> | 2025-01-19 20:43:26 -0500 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2025-01-19 20:43:26 -0500 |
commit | e23feff7f5aa383940c46058b6e615c39db6767d (patch) | |
tree | 83593bda429c1e566a7fcfa2d5b78947e388fa9c /.gitignore | |
parent | ee35824ffe3eaf5d1cc32ceca3233b723aac7d43 (diff) | |
download | zix-e23feff7f5aa383940c46058b6e615c39db6767d.tar.gz zix-e23feff7f5aa383940c46058b6e615c39db6767d.tar.bz2 zix-e23feff7f5aa383940c46058b6e615c39db6767d.zip |
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.
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 15 |
1 files changed, 8 insertions, 7 deletions
@@ -1,10 +1,11 @@ -# Copyright 2021-2022 David Robillard <d@drobilla.net> +# Copyright 2021-2025 David Robillard <d@drobilla.net> # 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__/ |