diff options
author | Timothy J Fontaine <tjfontaine@gmail.com> | 2013-08-21 16:59:15 -0700 |
---|---|---|
committer | Timothy J Fontaine <tjfontaine@gmail.com> | 2013-08-21 16:59:15 -0700 |
commit | 3f1dba18b24a18d857462cd6153e281e96a1d295 (patch) | |
tree | 83e743b7e8c57085ffe54fd66a86df29ca2702a6 /.gitignore | |
parent | 92e43751731e2186e323f20b2ade57ac8adfba05 (diff) | |
download | node-new-3f1dba18b24a18d857462cd6153e281e96a1d295.tar.gz |
tools: script release steps after jenkins build
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore index b43635344a..177514422a 100644 --- a/.gitignore +++ b/.gitignore @@ -54,6 +54,6 @@ deps/openssl/openssl.xml # build/release artifacts /*.tar.gz -/SHASUMS.txt* +/SHASUMS*.txt* /tools/wrk/wrk |