Merge pull request #22 from matbesancon/gitignore

ignore unnecessary files and folders
This commit is contained in:
Kevin Liu 2021-01-04 19:20:20 -08:00 committed by GitHub
commit 11f0b8d018
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

9
.gitignore vendored Normal file
View file

@ -0,0 +1,9 @@
# from https://github.com/github/gitignore
# Generated by Cargo
# will have compiled files and executables
debug/
target/
# These are backup files generated by rustfmt
**/*.rs.bk