mirror of
https://github.com/rust-lang/rust-clippy
synced 2024-11-26 06:30:32 +00:00
21 lines
225 B
Text
21 lines
225 B
Text
# Compiled files
|
|
*.o
|
|
*.so
|
|
*.rlib
|
|
*.dll
|
|
|
|
# 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
|