rust-clippy/.gitignore
2018-03-13 16:54:13 +01:00

32 lines
350 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
/clippy_workspace_tests/target
# Generated by dogfood
/target_recur/
# gh pages docs
util/gh-pages/lints.json
# rustfmt backups
*.rs.bk
helper.txt
.vscode