]> git.lizzy.rs Git - rust.git/blob - src/tools/rustfmt/.gitignore
Rollup merge of #107777 - compiler-errors:derive_const-actually-derive-const, r=fee1...
[rust.git] / src / tools / rustfmt / .gitignore
1
2 # Created by https://www.gitignore.io/api/rust
3
4 ### Rust ###
5 # Generated by Cargo
6 # will have compiled files and executables
7 /target
8 tests/cargo-fmt/**/target
9
10 # Remove Cargo.lock from gitignore if creating an executable, leave it for libraries
11 # More information here http://doc.crates.io/guide.html#cargotoml-vs-cargolock
12 # Cargo.lock
13
14 # These are backup files generated by rustfmt
15 **/*.rs.bk
16
17 # End of https://www.gitignore.io/api/rust
18
19 # Used by macOS' file system to track custom attributes of containing folder
20 .DS_Store
21
22 # Editors' specific files
23 .idea/
24 .vscode/
25 *~