]> git.lizzy.rs Git - rust.git/blob - .gitignore
Use `token::Lit` in `ast::ExprKind::Lit`.
[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_dev/target
23 /lintcheck/target
24 /rustc_tools_util/target
25
26 # Generated by dogfood
27 /target_recur/
28
29 # Generated by lintcheck
30 /lintcheck-logs
31
32 # gh pages docs
33 util/gh-pages/lints.json
34
35 # rustfmt backups
36 *.rs.bk
37
38 helper.txt
39 *.iml
40 .vscode
41 .idea
42
43 # mdbook generated output
44 /book/book