1### https://raw.github.com/github/gitignore/master/Rust.gitignore 2 3# Generated by Cargo 4# will have compiled files and executables 5debug/ 6target/ 7 8# These are backup files generated by rustfmt 9**/*.rs.bk 10