diff options
author | Brad Anderson <brad@cloudant.com> | 2010-08-20 10:15:57 -0400 |
---|---|---|
committer | Brad Anderson <brad@cloudant.com> | 2010-08-20 10:15:57 -0400 |
commit | 906d543b0e2cb16421702ebe8b878b21415c16a0 (patch) | |
tree | 7078f119a0c08c5e242d841c5ba215a0156f18fc /.gitignore | |
parent | 75a44a40776917073c87a2e2e44c9fef516364b8 (diff) |
build couchjs with scons
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -12,6 +12,12 @@ rel/overlay/erts-vsn/bin/erl_call Makefile rebar.config +# scons building +.sconf_temp/ +.sconsign.dblite +build/ +config.log + # testing .eunit @abs_top_builddir@/ |