summaryrefslogtreecommitdiff
path: root/src/tools/clippy/.gitignore
blob: 503ae3c50903921c42c63f628073c5d51ae7a949 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
# Used by CI to be able to push:
/.github/deploy_key
out

# Compiled files
*.o
*.d
*.so
*.rlib
*.dll
*.pyc
*.rmeta

# Executables
*.exe

# Generated by Cargo
*Cargo.lock
/target
/clippy_lints/target
/clippy_utils/target
/clippy_dev/target
/lintcheck/target
/rustc_tools_util/target

# Generated by dogfood
/target_recur/

# Generated by lintcheck
/lintcheck-logs

# gh pages docs
util/gh-pages/lints.json

# rustfmt backups
*.rs.bk

helper.txt
*.iml
.vscode
.idea

# mdbook generated output
/book/book