]> git.lizzy.rs Git - rust.git/blob - .gitignore
Fix merge issues.
[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 Cargo.lock
17 /target/
18 /clippy_lints/target/
19
20 # Generated by dogfood
21 /target_recur/
22
23 # gh pages docs
24 util/gh-pages/lints.json
25
26 # rustfmt backups
27 *.rs.bk
28
29 helper.txt
30
31 .vscode