Ignore all files beginning with build in the top level (#303)

- leading slash matches only in the top level directory
- asterisk allows matching build2, build-sharedlibs, or others

This is useful if you need more than one build directory for testing
with different cmake options.
This commit is contained in:
Andrew Young 2020-12-09 09:59:42 -05:00 committed by GitHub
parent 37de8c96ef
commit 5ccc7ac937
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

2
.gitignore vendored
View File

@ -1,4 +1,4 @@
build
/build*
/docker_build
.vscode
#*