diff options
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 6 |
1 files changed, 2 insertions, 4 deletions
@@ -3,12 +3,10 @@ | |||
3 | debug/ | 3 | debug/ |
4 | target/ | 4 | target/ |
5 | 5 | ||
6 | # Remove Cargo.lock from gitignore if creating an executable, leave it for libraries | ||
7 | # More information here https://doc.rust-lang.org/cargo/guide/cargo-toml-vs-cargo-lock.html | ||
8 | Cargo.lock | ||
9 | |||
10 | # These are backup files generated by rustfmt | 6 | # These are backup files generated by rustfmt |
11 | **/*.rs.bk | 7 | **/*.rs.bk |
12 | 8 | ||
13 | # MSVC Windows builds of rustc generate these, which store debugging information | 9 | # MSVC Windows builds of rustc generate these, which store debugging information |
14 | *.pdb | 10 | *.pdb |
11 | |||
12 | .idea \ No newline at end of file | ||