]> git.lizzy.rs Git - rust.git/blob - .gitignore
Merge commit '6ed6f1e6a1a8f414ba7e6d9b8222e7e5a1686e42' into clippyup
[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
33 # rustfmt backups
34 *.rs.bk
35
36 helper.txt
37 *.iml
38 .vscode
39 .idea