gitignore: Ignore Meson subprojects
Taken from https://www.scivision.dev/git-ignore-meson-subproject/ Related #2294
This commit is contained in:
parent
2fbbe0f60d
commit
437013594e
1 changed files with 3 additions and 1 deletions
4
.gitignore
vendored
4
.gitignore
vendored
|
@ -1,3 +1,5 @@
|
|||
__pycache__
|
||||
_build/
|
||||
**/*~
|
||||
**/*~
|
||||
/subprojects/*
|
||||
!/subprojects/*.wrap
|
||||
|
|
Loading…
Add table
Reference in a new issue