Add src/bin/ to .gitignore

Files in src/bin/ are used for testing with
`cargo expand` and do not need to be committed.
This commit is contained in:
etwyniel
2019-11-19 11:08:34 +01:00
parent ed8f841729
commit d78ff70caa

1
.gitignore vendored
View File

@@ -2,3 +2,4 @@
**/*.rs.bk
Cargo.lock
Makefile
src/bin