Ignore *.wasm *.wast
This commit is contained in:
parent
45127e7bb9
commit
49916e5a82
3
.gitignore
vendored
3
.gitignore
vendored
@ -18,6 +18,8 @@
|
|||||||
*.sdf
|
*.sdf
|
||||||
*.status
|
*.status
|
||||||
*.tar.*
|
*.tar.*
|
||||||
|
*.wasm
|
||||||
|
*.wast
|
||||||
*~
|
*~
|
||||||
.DS_Store
|
.DS_Store
|
||||||
.deps
|
.deps
|
||||||
@ -109,6 +111,7 @@ test/default/generichash2
|
|||||||
test/default/generichash3
|
test/default/generichash3
|
||||||
test/default/hash
|
test/default/hash
|
||||||
test/default/hash3
|
test/default/hash3
|
||||||
|
test/default/kdf
|
||||||
test/default/onetimeauth
|
test/default/onetimeauth
|
||||||
test/default/onetimeauth2
|
test/default/onetimeauth2
|
||||||
test/default/onetimeauth7
|
test/default/onetimeauth7
|
||||||
|
Loading…
Reference in New Issue
Block a user