diff options
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 7 |
1 files changed, 5 insertions, 2 deletions
@@ -1,6 +1,9 @@ # Copyright 2017-2022 David Robillard <d@drobilla.net> # SPDX-License-Identifier: 0BSD OR ISC -build/** -__pycache__ .meson-subproject-wrap-hash.txt +__pycache__ +build/** +subprojects/packagecache/ +subprojects/sphinxygen-1.0.0/ +subprojects/sphinxygen/ |