Also ignore "build-*/" sub-directories

Locally, I do make multiple build directories for various purposes, like "build-debug", "build-release", "build-novideo", etc. Also, Qt Creator (if configure it) may automatically create build directories that always starts with a "build-*" prefix.
This commit is contained in:
Wohlstand 2023-05-31 03:38:25 +03:00 committed by Sam Lantinga
parent e9e4a9175f
commit 8e0b47331f
1 changed files with 1 additions and 0 deletions

1
.gitignore vendored
View File

@ -1,4 +1,5 @@
build/
build-*/
buildbot/
/VERSION.txt
__pycache__