rust-clippy/.gitignore
2018-01-31 14:51:40 -05:00

31 lines
319 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
Cargo.lock
/target
/clippy_lints/target
# Generated by dogfood
/target_recur/
# gh pages docs
util/gh-pages/lints.json
# rustfmt backups
*.rs.bk
helper.txt
.vscode