diff options
author | Hubert Chathi <hubert@uhoreg.ca> | 2018-10-16 16:11:22 -0400 |
---|---|---|
committer | Hubert Chathi <hubert@uhoreg.ca> | 2018-10-16 16:11:22 -0400 |
commit | 22f8649c107b695a063c45b5c278236613899aae (patch) | |
tree | 3d3afc30e266ea801f7e086896e03700f1bd3367 | |
parent | 1eac1daa4787c8744ff7eb1a21fa56c737c4569b (diff) |
also ignore the non-wasm JS file
-rw-r--r-- | javascript/.gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/javascript/.gitignore b/javascript/.gitignore index 3437f73..1533e1b 100644 --- a/javascript/.gitignore +++ b/javascript/.gitignore @@ -2,5 +2,6 @@ /node_modules /npm-debug.log /olm.js +/olm_legacy.js /olm.wasm /reports |