mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-01 23:12:02 +00:00
27 lines
293 B
Plaintext
27 lines
293 B
Plaintext
# Used by Travis to be able to push:
|
|
/.github/deploy_key
|
|
out
|
|
|
|
# Compiled files
|
|
*.o
|
|
*.so
|
|
*.rlib
|
|
*.dll
|
|
*.pyc
|
|
|
|
# Executables
|
|
*.exe
|
|
|
|
# Generated by Cargo
|
|
/target/
|
|
/clippy_lints/target/
|
|
|
|
# We don't pin yet
|
|
Cargo.lock
|
|
|
|
# Generated by dogfood
|
|
/target_recur/
|
|
|
|
# gh pages docs
|
|
util/gh-pages/lints.json
|