diff options
author | David Li <li.davidm96@gmail.com> | 2015-12-15 13:38:54 -0500 |
---|---|---|
committer | David Li <li.davidm96@gmail.com> | 2015-12-15 13:38:58 -0500 |
commit | 32b7dacc64b70c12096ecb4007465e41f3c2098a (patch) | |
tree | 91e1e1d3a11351c92ae8591d3fcac5d8361c7af1 /.gitignore |
Outline the simulator
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..a9d37c5 --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +target +Cargo.lock |