diff options
author | David Robillard <d@drobilla.net> | 2025-01-19 20:43:05 -0500 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2025-01-19 20:43:05 -0500 |
commit | 1e07862897bb1619d76c664b9eb4ff401e638ccb (patch) | |
tree | a35a4a36f4365b03ed9fcd0f8fef143d2d6067f3 /.gitignore | |
parent | 2e7d86cadb5f16ac99bb08ef9355cedc10ad607e (diff) | |
download | sord-1e07862897bb1619d76c664b9eb4ff401e638ccb.tar.gz sord-1e07862897bb1619d76c664b9eb4ff401e638ccb.tar.bz2 sord-1e07862897bb1619d76c664b9eb4ff401e638ccb.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 | 12 |
1 files changed, 8 insertions, 4 deletions
@@ -1,6 +1,10 @@ -# Copyright 2019-2021 David Robillard <d@drobilla.net> +# Copyright 2019-2025 David Robillard <d@drobilla.net> # SPDX-License-Identifier: 0BSD OR ISC -build/** -__pycache__ -.meson-subproject-wrap-hash.txt +/.meson-subproject-wrap-hash.txt +/build/ +/subprojects/packagecache/ +/subprojects/sphinxygen-1.0.10/ +/subprojects/sphinxygen/ + +__pycache__/ |