aboutsummaryrefslogtreecommitdiffhomepage
path: root/.gitignore
diff options
context:
space:
mode:
authorCalvin Rose <calsrose@gmail.com>2018-04-26 13:13:31 -0400
committerCalvin Rose <calsrose@gmail.com>2018-04-26 13:13:31 -0400
commit99709a68fda8f795af3769552e46f3766a583dce (patch)
tree56cc04d3ec729fdbd1ee1a94fb85eed47939aef9 /.gitignore
parentFix bug with false literals as keys not printing. (diff)
Add example file for compiling native modules (hello.so).
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore1
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 5c45951a..4512f46b 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,6 +2,7 @@
dst
!*/**/dst
/build
+/Build
/Release
/Debug
/Emscripten