summaryrefslogtreecommitdiffstats
path: root/.gitignore
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2025-01-19 20:43:05 -0500
committerDavid Robillard <d@drobilla.net>2025-01-19 20:43:05 -0500
commit1e07862897bb1619d76c664b9eb4ff401e638ccb (patch)
treea35a4a36f4365b03ed9fcd0f8fef143d2d6067f3 /.gitignore
parent2e7d86cadb5f16ac99bb08ef9355cedc10ad607e (diff)
downloadsord-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--.gitignore12
1 files changed, 8 insertions, 4 deletions
diff --git a/.gitignore b/.gitignore
index 246608f..52e25eb 100644
--- a/.gitignore
+++ b/.gitignore
@@ -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__/