rust/.gitignore

42 lines
464 B
Plaintext
Raw Normal View History

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