xref: /drstd/.gitignore (revision 8d20bb7146d62ff75970f60bff0b51e68c63612b)
1*8d20bb71SLoGin# Generated by Cargo
2*8d20bb71SLoGin# will have compiled files and executables
3*8d20bb71SLoGindebug/
4*8d20bb71SLoGintarget/
5*8d20bb71SLoGin
6*8d20bb71SLoGin# Remove Cargo.lock from gitignore if creating an executable, leave it for libraries
7*8d20bb71SLoGin# More information here https://doc.rust-lang.org/cargo/guide/cargo-toml-vs-cargo-lock.html
8*8d20bb71SLoGinCargo.lock
9*8d20bb71SLoGin
10*8d20bb71SLoGin# These are backup files generated by rustfmt
11*8d20bb71SLoGin**/*.rs.bk
12*8d20bb71SLoGin
13*8d20bb71SLoGin# MSVC Windows builds of rustc generate these, which store debugging information
14*8d20bb71SLoGin*.pdb
15