diff options
author | Tony Metzidis <tonym@tonym.us> | 2010-09-11 00:44:29 -0700 |
---|---|---|
committer | Ryan Dahl <ry@tinyclouds.org> | 2010-09-13 12:04:31 -0700 |
commit | debf3894906e5b52f16c066e81679997538a55e2 (patch) | |
tree | f420f23bfa8af6f49f34e65205170745a77a533f /.gitignore | |
parent | 5c9b9c2e7092c8f77ea297050a2954ba517d68ed (diff) | |
download | node-new-debf3894906e5b52f16c066e81679997538a55e2.tar.gz |
Catch Exceptions thrown when openssl is disabled
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 2d70f9e6c8..ba4994998c 100644 --- a/.gitignore +++ b/.gitignore @@ -12,3 +12,4 @@ test/fixtures/hello.txt tmp/ node node_g +*.swp |