xref: /DragonBoot/.gitignore (revision 0ec3a34a58ffc0a9c51a23a7ee5e7d803a0060cd)
1ff6dce16SLoGin# Generated by Cargo
2ff6dce16SLoGin# will have compiled files and executables
3ff6dce16SLoGindebug/
4ff6dce16SLoGintarget/
5ff6dce16SLoGin
6ff6dce16SLoGin# Remove Cargo.lock from gitignore if creating an executable, leave it for libraries
7ff6dce16SLoGin# More information here https://doc.rust-lang.org/cargo/guide/cargo-toml-vs-cargo-lock.html
8ff6dce16SLoGinCargo.lock
9ff6dce16SLoGin
10ff6dce16SLoGin# These are backup files generated by rustfmt
11ff6dce16SLoGin**/*.rs.bk
12ff6dce16SLoGin
13ff6dce16SLoGin# MSVC Windows builds of rustc generate these, which store debugging information
14ff6dce16SLoGin*.pdb
15abdb84b8SLoGin
16abdb84b8SLoGin
17abdb84b8SLoGin# Added by cargo
18abdb84b8SLoGin
19abdb84b8SLoGin/target
20*0ec3a34aSLoGin
21*0ec3a34aSLoGin/output
22