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