rust-clippy/.gitignore

37 lines
392 B
Text
Raw Normal View History

2016-07-19 19:25:46 +00:00
# Used by Travis to be able to push:
/.github/deploy_key
out
2014-11-19 07:52:58 +00:00
# Compiled files
*.o
*.d
2014-11-19 07:52:58 +00:00
*.so
*.rlib
*.dll
*.pyc
*.rmeta
2014-11-19 07:52:58 +00:00
# Executables
*.exe
# Generated by Cargo
Cargo.lock
/target
/clippy_lints/target
2018-03-13 14:02:40 +00:00
/clippy_workspace_tests/target
2018-09-05 11:35:57 +00:00
/clippy_dev/target
2015-05-10 05:09:04 +00:00
# Generated by dogfood
/target_recur/
2016-07-12 12:11:18 +00:00
# gh pages docs
util/gh-pages/lints.json
2016-12-20 09:20:41 +00:00
# rustfmt backups
*.rs.bk
helper.txt
*.iml
.vscode
.idea