]> git.lizzy.rs Git - rust.git/blob - .gitignore
Merge pull request #2156 from cgm616/master
[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 # Generated by dogfood
20 /target_recur/
21
22 # gh pages docs
23 util/gh-pages/lints.json
24
25 # rustfmt backups
26 *.rs.bk
27
28 helper.txt
29
30 .vscode