diff options
author | Alex Crichton <alex@alexcrichton.com> | 2014-09-17 21:23:41 -0700 |
---|---|---|
committer | Alex Crichton <alex@alexcrichton.com> | 2014-09-17 21:23:41 -0700 |
commit | b8ac001faa09b1d692ecd651aa0ca121afb40b0e (patch) | |
tree | a3578b6c8a8c7826b6cf05a1120a96adc1ff330d /.gitignore | |
download | ssh2-rs-b8ac001faa09b1d692ecd651aa0ca121afb40b0e.zip |
Initial commit
Bind a Session type (no I/O yet)
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..4fffb2f --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +/target +/Cargo.lock |