mirror of
https://github.com/rust-lang/rust-clippy
synced 2024-11-14 17:07:17 +00:00
18 lines
183 B
Text
18 lines
183 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/
|