aboutsummaryrefslogtreecommitdiffstats
path: root/.gitignore
diff options
context:
space:
mode:
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore14
1 files changed, 8 insertions, 6 deletions
diff --git a/.gitignore b/.gitignore
index 5a830b89..e73e7aaf 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,9 +1,11 @@
# Copyright 2017-2025 David Robillard <d@drobilla.net>
# SPDX-License-Identifier: 0BSD OR ISC
-.meson-subproject-wrap-hash.txt
-__pycache__
-build/
-subprojects/packagecache/
-subprojects/sphinxygen-1.0.10/
-subprojects/sphinxygen/
+/.meson-subproject-wrap-hash.txt
+/build/
+/subprojects/packagecache/
+/subprojects/sphinxygen-1.0.10/
+/subprojects/sphinxygen/
+
+*.pyc
+__pycache__/