]> git.lizzy.rs Git - rust.git/blob - .gitignore
Merge remote-tracking branch 'upstream/master' into rustup
[rust.git] / .gitignore
1 # Used by CI to be able to push:
2 /.github/deploy_key
3 out
4
5 # Compiled files
6 *.o
7 *.d
8 *.so
9 *.rlib
10 *.dll
11 *.pyc
12 *.rmeta
13
14 # Executables
15 *.exe
16
17 # Generated by Cargo
18 *Cargo.lock
19 /target
20 /clippy_lints/target
21 /clippy_utils/target
22 /clippy_workspace_tests/target
23 /clippy_dev/target
24 /lintcheck/target
25 /rustc_tools_util/target
26
27 # Generated by dogfood
28 /target_recur/
29
30 # gh pages docs
31 util/gh-pages/lints.json
32 **/metadata_collection.json
33
34 # rustfmt backups
35 *.rs.bk
36
37 helper.txt
38 *.iml
39 .vscode
40 .idea