Add cmake /build dir to gitignore (#800)

+ ignore build* top level dirs
This commit is contained in:
PavelP 2020-04-26 20:11:16 +06:00 committed by GitHub
parent b99a7344c9
commit 46cf512032
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

1
.gitignore vendored
View File

@ -155,6 +155,7 @@ objs
/tools/json2json
/tools/jsonstats
/tools/minify
/build*/
# Don't check in generated API docs
/doc/api