summaryrefslogtreecommitdiffstats
path: root/.gitignore
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2025-01-19 20:43:26 -0500
committerDavid Robillard <d@drobilla.net>2025-01-19 20:43:26 -0500
commite23feff7f5aa383940c46058b6e615c39db6767d (patch)
tree83593bda429c1e566a7fcfa2d5b78947e388fa9c /.gitignore
parentee35824ffe3eaf5d1cc32ceca3233b723aac7d43 (diff)
downloadzix-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--.gitignore15
1 files 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 <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__/