mirror of
https://github.com/rust-lang/rust-clippy
synced 2024-11-10 15:14:29 +00:00
29 lines
320 B
Text
29 lines
320 B
Text
# 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
|
|
|
|
# rustfmt backups
|
|
*.rs.bk
|