prep work

This commit is contained in:
Nikolay Kim 2017-09-30 09:10:03 -07:00
parent e317ea8181
commit 5b6f5d8ce3
8 changed files with 140 additions and 5 deletions

15
.gitignore vendored
View file

@ -1,10 +1,17 @@
# Generated by Cargo
# will have compiled files and executables
/target/
# Remove Cargo.lock from gitignore if creating an executable, leave it for libraries
# More information here http://doc.crates.io/guide.html#cargotoml-vs-cargolock
Cargo.lock
/gh-pages
__pycache__
*.so
*.out
*.pyc
*.pid
*.sock
*~
target/
*.egg-info/
# These are backup files generated by rustfmt
**/*.rs.bk