cmake: Ignore build subdirectories within source directory

This commit is contained in:
Hennadii Stepanov 2024-08-05 11:31:56 +01:00
parent 6ce50fd9d0
commit 41051290ab
No known key found for this signature in database
GPG Key ID: 410108112E7EA81F
1 changed files with 5 additions and 0 deletions

5
.gitignore vendored
View File

@ -1,3 +1,8 @@
# Build subdirectories.
/*build*
!/build-aux
!/build_msvc
*.tar.gz
*.exe