]> git.lizzy.rs Git - rust.git/blob - .gitignore
Merge pull request #1766 from Manishearth/testing_refactor
[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 /clippy_tests/target/
19
20 # We don't pin yet
21 Cargo.lock
22
23 # Generated by dogfood
24 /target_recur/
25
26 # gh pages docs
27 util/gh-pages/lints.json
28
29 # rustfmt backups
30 *.rs.bk
31
32 helper.txt
33
34 *.stdout
35
36 .vscode