diff options
author | Paul Garlick <pgarlick@tourbillion-technology.com> | 2017-02-21 18:25:57 +0000 |
---|---|---|
committer | Paul Garlick <pgarlick@tourbillion-technology.com> | 2017-02-21 18:25:57 +0000 |
commit | d0d1dd1afe9f2df71e3c7958b43af16e92aeaba9 (patch) | |
tree | 04a64421734aa1026706429001338a8beb48b875 /.gitignore | |
parent | a32e4283413bea22f23c395b98ea4be92b58f586 (diff) | |
download | tweed-d0d1dd1afe9f2df71e3c7958b43af16e92aeaba9.tar.gz |
add gitignore file
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..654507d --- /dev/null +++ b/.gitignore @@ -0,0 +1,3 @@ +# ignore hashdist and hashstack directories +/hashdist/ +/hashstack/ |