rust-clippy/.gitignore

45 lines
502 B
Plaintext
Raw Normal View History

2020-01-23 17:36:51 +08:00
# Used by CI to be able to push:
2016-07-20 03:25:46 +08:00
/.github/deploy_key
out
2014-11-19 15:52:58 +08:00
# Compiled files
*.o
*.d
2014-11-19 15:52:58 +08:00
*.so
*.rlib
*.dll
*.pyc
*.rmeta
2014-11-19 15:52:58 +08:00
# Executables
*.exe
# Generated by Cargo
*Cargo.lock
/target
/clippy_lints/target
2021-02-18 01:42:21 +08:00
/clippy_utils/target
2018-09-05 19:35:57 +08:00
/clippy_dev/target
2021-03-09 21:08:26 +08:00
/lintcheck/target
/rustc_tools_util/target
2015-05-10 13:09:04 +08:00
# Generated by dogfood
/target_recur/
2016-07-12 20:11:18 +08:00
2021-11-29 04:57:32 +08:00
# Generated by lintcheck
/lintcheck-logs
2016-07-12 20:11:18 +08:00
# gh pages docs
util/gh-pages/lints.json
2016-12-20 17:20:41 +08:00
# rustfmt backups
*.rs.bk
helper.txt
*.iml
.vscode
.idea
2021-06-16 13:05:44 +08:00
# mdbook generated output
/book/book