1
0
Fork 0

Add gvdb subproject to .gitignore

gvdb always uses a subproject wrap, so we never want to check
in the checked out sources.

Part-of: <https://gitlab.gnome.org/GNOME/mutter/-/merge_requests/4047>
(cherry picked from commit f251e1f491)
This commit is contained in:
Florian Müllner 2024-09-25 12:33:22 +02:00 committed by Jonas Ådahl
parent e16e8c0121
commit 05bfb3689d

1
.gitignore vendored
View file

@ -1,6 +1,7 @@
*.swp *.swp
*~ *~
**/tags.* **/tags.*
subprojects/gvdb/
subprojects/sysprof/ subprojects/sysprof/
__pycache__/ __pycache__/
.buildconfig .buildconfig