rust-clippy/.gitignore
Oliver Schneider 0a7ae5fec8
run rustfmt
2016-12-20 10:20:41 +01:00

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