Ignore examples binaries on Linux (and automated logs)
This commit is contained in:
parent
ee3d65cbc9
commit
1f7f9ab22b
1 changed files with 4 additions and 0 deletions
4
.gitignore
vendored
4
.gitignore
vendored
|
|
@ -62,10 +62,14 @@ packages/
|
|||
emsdk
|
||||
|
||||
# Ignore wasm data in examples/
|
||||
examples/**/*
|
||||
examples/**/*.wasm
|
||||
examples/**/*.data
|
||||
examples/**/*.js
|
||||
examples/**/*.html
|
||||
!examples/**/*.*
|
||||
!examples/**/*/
|
||||
examples/**/logs/*
|
||||
|
||||
# Ignore files build by xcode
|
||||
*.mode*v*
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue