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>
This commit is contained in:
parent
8e912a09d1
commit
f251e1f491
1 changed files with 1 additions and 0 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -1,6 +1,7 @@
|
|||
*.swp
|
||||
*~
|
||||
**/tags.*
|
||||
subprojects/gvdb/
|
||||
subprojects/sysprof/
|
||||
__pycache__/
|
||||
.buildconfig
|
||||
|
|
Loading…
Reference in a new issue