]> git.lizzy.rs Git - rust.git/blob - .gitignore
705ebe4ba0b1d25402d55240f4af845017bf5f2a
[rust.git] / .gitignore
1 # Used by Travis to be able to push:
2 /.github/deploy_key
3 out
4
5 # Compiled files
6 *.o
7 *.so
8 *.rlib
9 *.dll
10 *.pyc
11
12 # Executables
13 *.exe
14
15 # Generated by Cargo
16 /target/
17 /clippy_lints/target/
18
19 # We don't pin yet
20 Cargo.lock
21
22 # Generated by dogfood
23 /target_recur/
24
25 # gh pages docs
26 util/gh-pages/lints.json
27
28 # rustfmt backups
29 *.rs.bk
30
31 helper.txt
32
33 *.stdout
34
35 .vscode